Revize abfd9c7c
Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
43 | 43 |
<Reference Include="System.Xml" /> |
44 | 44 |
</ItemGroup> |
45 | 45 |
<ItemGroup> |
46 |
<Compile Include="Predictor\IPredictor.cs" /> |
|
47 |
<Compile Include="Predictor\ModelInput.cs" /> |
|
48 |
<Compile Include="Predictor\NaiveBayesClassifier.cs" /> |
|
46 | 49 |
<Compile Include="obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" /> |
47 | 50 |
<Compile Include="Parser\InputData\CsvDataLoader.cs" /> |
48 | 51 |
<Compile Include="Parser\InputData\JisInstance.cs" /> |
Také k dispozici: Unified diff
Add packages.config, add Predictors
Stub model component