Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 15:49:31 (10 years ago)
Author:
mkommend
Message:

#2206: Removed seperate plugin for transformations and integrated them in HeuristicLab.Problems.DataAnalysis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs

    r11002 r11068  
    2525using HeuristicLab.Data;
    2626using HeuristicLab.Problems.DataAnalysis;
    27 using HeuristicLab.Problems.DataAnalysis.Transformations;
    2827
    2928namespace HeuristicLab.DataPreprocessing {
     
    5251    bool AreAllStringColumns(IEnumerable<int> columnIndices);
    5352    bool Validate(string value, out string errorMessage, int columnIndex);
    54    
    55       IntRange TrainingPartition { get; }
     53
     54    IntRange TrainingPartition { get; }
    5655    IntRange TestPartition { get; }
    5756
Note: See TracChangeset for help on using the changeset viewer.