Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/31/10 16:03:37 (14 years ago)
Author:
gkronber
Message:

Added linear regression and support vector machine algorithms for data analysis. #1012, #1009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj

    r3842 r3877  
    9898    <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
    9999    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
     100    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
    100101    <Compile Include="MatrixExtensions.cs" />
    101102    <Compile Include="Properties\AssemblyInfo.cs" />
     103    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorRegressionParameterAdjustmentEvaluator.cs" />
     104    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorRegressionParameterAdjustmentProblem.cs" />
     105    <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
    102106    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
    103107    <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
     
    154158      <Name>HeuristicLab.Data-3.3</Name>
    155159    </ProjectReference>
     160    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
     161      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
     162      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
     163    </ProjectReference>
    156164    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    157165      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
     
    169177      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    170178      <Name>HeuristicLab.Operators-3.3</Name>
     179    </ProjectReference>
     180    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     181      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     182      <Name>HeuristicLab.Optimization-3.3</Name>
    171183    </ProjectReference>
    172184    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.