Changeset 12545 for branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs
- Timestamp:
- 06/30/15 12:30:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs
r12012 r12545 166 166 "", //standard deviation 167 167 "", //variance 168 logic.GetMostCommonValue<string>(columnIndex) .ToString(),168 logic.GetMostCommonValue<string>(columnIndex) ?? "", 169 169 logic.GetDifferentValuesCount<string>(columnIndex).ToString() 170 170 };
Note: See TracChangeset
for help on using the changeset viewer.