- Timestamp:
- 09/12/12 16:20:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationRocCurvesView.cs
r8139 r8636 114 114 maxThreshold += thresholdIncrement; 115 115 116 List<double> classValues = Content. ProblemData.ClassValues.OrderBy(x => x).ToList();116 List<double> classValues = Content.Model.ClassValues.ToList(); 117 117 118 118 foreach (double classValue in classValues) {
Note: See TracChangeset
for help on using the changeset viewer.