Free cookie consent management tool by TermsFeed Policy Generator

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

Added operators for support vector regression. #1009

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3
Files:
3 added
2 edited

Legend:

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

    r3839 r3842  
    8787    <Compile Include="LinearRegression\LinearRegressionSolutionCreator.cs" />
    8888    <Compile Include="Properties\AssemblyInfo.cs" />
     89    <Compile Include="SupportVectorRegression\BestSupportVectorRegressionSolutionAnalyzer.cs" />
     90    <Compile Include="SupportVectorRegression\SupportVectorRegressionSolution.cs" />
    8991    <Compile Include="Symbolic\Analyzers\BestSymbolicRegressionSolutionAnalyzer.cs" />
    9092    <Compile Include="Symbolic\Analyzers\ISymbolicRegressionAnalyzer.cs" />
     
    149151      <Project>{01BBCB5A-144A-4A7E-908E-079849E2F7CF}</Project>
    150152      <Name>HeuristicLab.ALGLIB-2.5.0</Name>
     153    </ProjectReference>
     154    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
     155      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
     156      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
     157    </ProjectReference>
     158    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
     159      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
     160      <Name>LibSVM-1.6.3</Name>
    151161    </ProjectReference>
    152162    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame

    r3755 r3842  
    2828  [Plugin("HeuristicLab.Problems.DataAnalysis.Regression","3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.ALGLIB", "2.5.0.0")]
    3031  [PluginDependency("HeuristicLab.Analysis", "3.3.0.0")]
    3132  [PluginDependency("HeuristicLab.Collections", "3.3.0.0")]
     
    3536  [PluginDependency("HeuristicLab.Data", "3.3.0.0")]
    3637  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.3.0.0")]
     38  [PluginDependency("HeuristicLab.LibSVM", "1.6.3.0")]
    3739  [PluginDependency("HeuristicLab.Operators", "3.3.0.0")]
    3840  [PluginDependency("HeuristicLab.Optimization", "3.3.0.0")]
Note: See TracChangeset for help on using the changeset viewer.