Changeset 15522
- Timestamp:
- 12/13/17 11:52:44 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15498,15517
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis merged: 15498,15517
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblemData.cs
r14186 r15522 320 320 TestPartition.End = classificationProblemData.TestPartition.End; 321 321 322 PositiveClass = classificationProblemData.PositiveClass;323 324 322 for (int i = 0; i < classificationProblemData.ClassNames.Count(); i++) 325 323 ClassNamesParameter.Value[i, 0] = classificationProblemData.ClassNames.ElementAt(i); 324 325 //mkommend: The positive class depends on the class names and as a result must only be set after the classe names parameter. 326 PositiveClass = classificationProblemData.PositiveClass; 326 327 327 328 for (int i = 0; i < Classes; i++) {
Note: See TracChangeset
for help on using the changeset viewer.