Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/10 12:27:28 (14 years ago)
Author:
gkronber
Message:

Added operators for support vector regression. #1009

File:
1 edited

Legend:

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

    r3841 r3842  
    100100    <Compile Include="MatrixExtensions.cs" />
    101101    <Compile Include="Properties\AssemblyInfo.cs" />
     102    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
     103    <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
     104    <Compile Include="SupportVectorMachine\SupportVectorMachineModelEvaluator.cs" />
     105    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs" />
    102106    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
    103107    <Compile Include="Symbolic\FullFunctionalExpressionGrammar.cs" />
     
    154158      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    155159    </ProjectReference>
     160    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
     161      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
     162      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
     163    </ProjectReference>
     164    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
     165      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
     166      <Name>LibSVM-1.6.3</Name>
     167    </ProjectReference>
    156168    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    157169      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
Note: See TracChangeset for help on using the changeset viewer.