Changeset 5664 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces
- Timestamp:
- 03/10/11 16:27:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionClassificationSolution.cs
r5649 r5664 31 31 IEnumerable<double> GetEstimatedValues(IEnumerable<int> rows); 32 32 33 IEnumerable<double> Thresholds { get; }33 IEnumerable<double> Thresholds { get; set; } 34 34 35 35 event EventHandler ThresholdsChanged;
Note: See TracChangeset
for help on using the changeset viewer.