Package | Description |
---|---|
cs2.introml |
Modifier and Type | Class and Description |
---|---|
class |
NearestNeighborClassifier
Implements the 1-NN algorithm (classifies by
finding the closest training example).
|
class |
ZeroRClassifier
Implements the ZeroR classifier (uses the most
frequent result from the training set as the
result for any testing example)
|