- Timestamp:
- 01/15/15 13:48:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblemData.cs
r11763 r11766 26 26 27 27 IEnumerable<string> ClassNames { get; } 28 string PositiveClass Name{ get; set; }28 string PositiveClass { get; set; } 29 29 IEnumerable<double> ClassValues { get; } 30 30 int Classes { get; }
Note: See TracChangeset
for help on using the changeset viewer.