Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3887


Ignore:
Timestamp:
06/02/10 11:16:37 (14 years ago)
Author:
gkronber
Message:

Fixed compile error. #1009

File:
1 edited

Legend:

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

    r3884 r3887  
    102102    <Compile Include="MatrixExtensions.cs" />
    103103    <Compile Include="Properties\AssemblyInfo.cs" />
    104     <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorRegressionParameterAdjustmentBestSolutionAnalyzer.cs" />
    105     <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorRegressionParameterAdjustmentEvaluator.cs" />
    106     <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorRegressionParameterAdjustmentProblem.cs" />
     104    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentBestSolutionAnalyzer.cs" />
     105    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentEvaluator.cs" />
     106    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentProblem.cs" />
    107107    <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
    108108    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
Note: See TracChangeset for help on using the changeset viewer.