Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/12 16:39:54 (12 years ago)
Author:
sforsten
Message:

#1867:

  • Delete command for columns and for rows has been added, which have less data than a specified threshold
  • threshold can be set in a view
Location:
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj

    r7632 r7968  
    151151    <Compile Include="ChangeDataset\MoveColumnGroupRightCommand.cs" />
    152152    <Compile Include="ChangeDataset\MoveColumnGroupLeftCommand.cs" />
     153    <Compile Include="MissingValues\DeleteColumnsWithMissingValuesThresholdCommand.cs" />
     154    <Compile Include="MissingValues\DeleteRowsWithMissingValuesThresholdCommand.cs" />
     155    <Compile Include="MissingValues\IThresholdCommand.cs" />
    153156    <Compile Include="TimeSeries\ChangeDateTimeColumnToDoubleColumn.cs" />
    154157    <Compile Include="TimeSeries\EquidistantTimeSeriesCommandBase.cs" />
     
    190193      <DependentUpon>BoxCoxTransformationCommandView.cs</DependentUpon>
    191194    </Compile>
     195    <Compile Include="View\DeleteWithThreshold.cs">
     196      <SubType>UserControl</SubType>
     197    </Compile>
     198    <Compile Include="View\DeleteWithThreshold.Designer.cs">
     199      <DependentUpon>DeleteWithThreshold.cs</DependentUpon>
     200    </Compile>
    192201    <Compile Include="View\FilterSavitzkyGolayCommandView.cs">
    193202      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.