Skip to content

Commit

Permalink
Merge pull request #9 from JordyForNow/inputCreation
Browse files Browse the repository at this point in the history
added interface that got removed
  • Loading branch information
JordyForNow authored Jan 13, 2020
2 parents d4f997a + 7794113 commit c701605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions MotionRecognition/MotionRecognition.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@
<PackageReference Include="encog-dotnet-core" Version="3.4.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="src\Structures\Vec3.cs" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace MotionRecognition
{
public interface ICSVFilter
public interface ICSVFilter : IDataFilter
{
// True means that the column needs to be interpreted.
bool Use(ref string[] row, uint index);
Expand Down
4 changes: 4 additions & 0 deletions MotionRecognition/src/Data Loading/IDataFilter.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
namespace MotionRecognition
{
public interface IDataFilter { }
}

0 comments on commit c701605

Please sign in to comment.