Free cookie consent management tool by TermsFeed Policy Generator

Changeset 454 for trunk/sources


Ignore:
Timestamp:
08/06/08 13:12:46 (16 years ago)
Author:
gkronber
Message:

implemented #233 (Shuffle instances in Dataset)

Location:
trunk/sources/HeuristicLab.DataAnalysis
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAnalysis/DatasetView.cs

    r344 r454  
    4242      foreach(IDatasetManipulator manipulator in manipuators) {
    4343        contextMenuStrip.Items.Add(new ToolStripButton(manipulator.Action,null , delegate(object source, EventArgs args)
    44           { manipulator.Execute(Dataset); }));
     44          {
     45            manipulator.Execute(Dataset);
     46            UpdateControls();
     47          }));
    4548      }
    4649     
  • trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj

    r312 r454  
    7070    <Compile Include="Properties\AssemblyInfo.cs" />
    7171    <Compile Include="Regression.cs" />
     72    <Compile Include="RowShuffler.cs" />
    7273    <Compile Include="Statistics.cs" />
    7374    <Compile Include="SvmExporter.cs">
     
    100101    <EmbeddedResource Include="ManualScalingControl.resx">
    101102      <DependentUpon>ManualScalingControl.cs</DependentUpon>
     103      <SubType>Designer</SubType>
    102104    </EmbeddedResource>
    103105    <EmbeddedResource Include="SvmExporter.resx">
Note: See TracChangeset for help on using the changeset viewer.