- Timestamp:
- 01/15/15 11:37:49 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
/branches/Classification-Extensions/HeuristicLab.Problems.DataAnalysis (added) merged: 11606-11607,11622,11643,11683-11686,11761
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblemData.cs
r11171 r11763 26 26 27 27 IEnumerable<string> ClassNames { get; } 28 string PositiveClassName { get; set; } 28 29 IEnumerable<double> ClassValues { get; } 29 30 int Classes { get; }
Note: See TracChangeset
for help on using the changeset viewer.