Changeset 15142 for stable/HeuristicLab.DataPreprocessing
- Timestamp:
- 07/06/17 11:12:18 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.DataPreprocessing/3.4/PreprocessingTransformator.cs
r14186 r15142 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.