Changeset 13091 for branches/ClassificationModelComparison/HeuristicLab.Algorithms.DataAnalysis/3.4/BaselineClassifiers
- Timestamp:
- 10/29/15 20:39:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClassificationModelComparison/HeuristicLab.Algorithms.DataAnalysis/3.4/BaselineClassifiers/ZeroR.cs
r13090 r13091 31 31 /// 0R classification algorithm. 32 32 /// </summary> 33 [Item("ZeroR ", "The simplest possible classifier, ZeroR always predicts the majority class.")]33 [Item("ZeroR Classification", "The simplest possible classifier, ZeroR always predicts the majority class.")] 34 34 [Creatable("Data Analysis")] // TODO 35 35 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.