Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6577


Ignore:
Timestamp:
07/20/11 16:09:48 (13 years ago)
Author:
gkronber
Message:

#1474: added first implementation of neural networks for regression wrapper for alglib.

Location:
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4
Files:
6 added
1 edited

Legend:

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

    r6576 r6577  
    112112    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
    113113    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
     114    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
     115    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
    114116    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
    115117    <Compile Include="Interfaces\IRandomForestModel.cs" />
     
    132134    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
    133135    <Compile Include="Linear\MultinomialLogitModel.cs" />
     136    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
     137    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
     138    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
    134139    <Compile Include="Properties\AssemblyInfo.cs" />
    135140    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
Note: See TracChangeset for help on using the changeset viewer.