Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/11 11:45:19 (13 years ago)
Author:
gkronber
Message:

#1474: implemented neural networks for classification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r6577 r6579  
    112112    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
    113113    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
     114    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
    114115    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
    115116    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
     
    134135    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
    135136    <Compile Include="Linear\MultinomialLogitModel.cs" />
     137    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
     138    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
    136139    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
    137140    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
Note: See TracChangeset for help on using the changeset viewer.