#650 closed feature request (done)
IAlgorithm and derived interfaces should provide properties to retrieve results
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: Modeling | Version: | 3.2 |
Keywords: | Cc: |
Description
A uniform interface for all regression, classification and time-series algorithms is necessary.
Change History (9)
comment:1 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by gkronber
Deleted unused file SVMRangeTransform.cs with r1909.
comment:4 Changed 16 years ago by gkronber
- Implemented properties to retrieve model quality
- Changed CEDMA executor to retrieve results via properties
- Removed obsolete class Execution in CEDMA (replaced by the interface IAlgorithm)
comment:5 Changed 16 years ago by gkronber
Task: connect data set and models in the CEDMA results DB.
comment:6 Changed 15 years ago by gkronber
Fixed a small bug (description of algorithm instead of name was stored as algorithm name in the results) with r2080.
comment:7 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:8 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Added interface IModel and a standard implementation and changed SVM models to include the range transform in the model with r1906.