Changeset 14400 for trunk/sources/HeuristicLab.DataPreprocessing
- Timestamp:
- 11/17/16 15:41:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/PreprocessingTransformator.cs
r14393 r14400 113 113 // don't apply when the check fails 114 114 if (success) 115 return transformation. ConfigureAndApply(data);115 return transformation.Apply(data); 116 116 else 117 117 return data;
Note: See TracChangeset
for help on using the changeset viewer.