This category contains 3 nodes.
Class implementing a HyperPipe classifier. For each category a HyperPipe is constructed that contains all points of that category (essentially records the […]
A wrapper around a serialized classifier model. This classifier loads a serialized models and uses it to make predictions. Warning: since the serialized […]
Classification by voting feature intervals. Intervals are constucted around each class for each attribute (basically discretization). Class counts are […]