Changeset 10816
- Timestamp:
- 05/07/14 14:40:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/StandardDeviationTransformation.cs
r10815 r10816 88 88 errorMsg = ""; 89 89 if (OriginalStandardDeviation == 0.0) { 90 errorMsg = "Standard deviaton for the original data is 0.0 ";90 errorMsg = "Standard deviaton for the original data is 0.0, Transformation cannot be applied onto these values."; 91 91 return false; 92 92 } else {
Note: See TracChangeset
for help on using the changeset viewer.