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