Free cookie consent management tool by TermsFeed Policy Generator

Changeset 894


Ignore:
Timestamp:
12/03/08 22:02:40 (15 years ago)
Author:
gkronber
Message:
  • deleted unused class LinearStatistics (file Regression.cs)
  • deleted SvmExporter
  • deleted RowShuffler (functionality has been partially replaced by HL.GP.Classification.DatasetShuffler operator).

#411 (Clean up DataAnalysis namespace)

Location:
trunk/sources/HeuristicLab.DataAnalysis
Files:
5 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj

    r852 r894  
    6868  </ItemGroup>
    6969  <ItemGroup>
    70     <Compile Include="RowShuffler.cs">
    71       <SubType>Form</SubType>
    72     </Compile>
    7370    <Compile Include="DataFormatException.cs" />
    7471    <Compile Include="Dataset.cs" />
     
    8986    </Compile>
    9087    <Compile Include="Properties\AssemblyInfo.cs" />
    91     <Compile Include="Regression.cs" />
    9288    <Compile Include="Statistics.cs" />
    93     <Compile Include="SvmExporter.cs">
    94       <SubType>Form</SubType>
    95     </Compile>
    9689  </ItemGroup>
    9790  <ItemGroup>
     
    114107  </ItemGroup>
    115108  <ItemGroup>
    116     <EmbeddedResource Include="RowShuffler.resx">
    117       <DependentUpon>RowShuffler.cs</DependentUpon>
    118       <SubType>Designer</SubType>
    119     </EmbeddedResource>
    120109    <EmbeddedResource Include="DatasetView.resx">
    121110      <DependentUpon>DatasetView.cs</DependentUpon>
     
    124113    <EmbeddedResource Include="ManualScalingControl.resx">
    125114      <DependentUpon>ManualScalingControl.cs</DependentUpon>
    126       <SubType>Designer</SubType>
    127     </EmbeddedResource>
    128     <EmbeddedResource Include="SvmExporter.resx">
    129       <DependentUpon>SvmExporter.cs</DependentUpon>
    130115      <SubType>Designer</SubType>
    131116    </EmbeddedResource>
Note: See TracChangeset for help on using the changeset viewer.