Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/09 22:20:31 (15 years ago)
Author:
gkronber
Message:

Added hard-coded algorithm for SVR with best model selection on the validation set. #624 (Algorithm for support vector regression)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj

    r1846 r1854  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <Compile Include="SupportVectorRegression.cs" />
    8384    <Compile Include="SVMRangeTransform.cs" />
    8485    <Compile Include="SVMModel.cs" />
     
    111112      <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
    112113      <Name>HeuristicLab.GP.StructureIdentification-3.3</Name>
     114    </ProjectReference>
     115    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
     116      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
     117      <Name>HeuristicLab.Logging-3.2</Name>
     118    </ProjectReference>
     119    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.2\HeuristicLab.Operators.Programmable-3.2.csproj">
     120      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
     121      <Name>HeuristicLab.Operators.Programmable-3.2</Name>
    113122    </ProjectReference>
    114123    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
Note: See TracChangeset for help on using the changeset viewer.