Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/14/08 13:30:09 (15 years ago)
Author:
gkronber
Message:

implemented #359 (Operator that shuffles the rows of a dataset)

Location:
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLab.GP.StructureIdentification.Classification.csproj

    r702 r756  
    6767    <Compile Include="ClassificationMeanSquaredErrorEvaluator.cs" />
    6868    <Compile Include="ConfusionMatrixEvaluator.cs" />
     69    <Compile Include="DatasetShuffler.cs" />
    6970    <Compile Include="GPClassificationEvaluatorBase.cs" />
    7071    <Compile Include="CrossValidation.cs" />
     
    107108      <Name>HeuristicLab.PluginInfrastructure</Name>
    108109    </ProjectReference>
     110    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
     111      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
     112      <Name>HeuristicLab.Random</Name>
     113    </ProjectReference>
    109114  </ItemGroup>
    110115  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.