Skip to content

Commit

Permalink
Move Sample and LogisticRegression.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncas committed May 6, 2012
1 parent d343522 commit a6d71a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions Uncas.Fraudo/Uncas.Fraudo.csproj
Expand Up @@ -51,7 +51,9 @@
<ItemGroup>
<Compile Include="Dimension.cs" />
<Compile Include="Feature.cs" />
<Compile Include="LogisticRegression.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sample.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
2 changes: 0 additions & 2 deletions Uncas.Sandbox.Fraud/Uncas.Sandbox.Fraud.csproj
Expand Up @@ -55,10 +55,8 @@
<Compile Include="BadWordFeature.cs" />
<Compile Include="Comment.cs" />
<Compile Include="CommentRepository.cs" />
<Compile Include="LogisticRegression.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sample.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down

0 comments on commit a6d71a2

Please sign in to comment.