Changeset 10821 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/StandardDeviationTransformation.cs
- Timestamp:
- 05/07/14 15:33:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/StandardDeviationTransformation.cs
r10816 r10821 90 90 errorMsg = "Standard deviaton for the original data is 0.0, Transformation cannot be applied onto these values."; 91 91 return false; 92 } else {93 return true;94 92 } 93 return true; 95 94 } 96 95
Note: See TracChangeset
for help on using the changeset viewer.