public interface CategoricalResultFeature extends ResultFeature
A common superinterface for categorical result features.
Classification is a supervised learning task.
The set of all categories is defined by the valid values of the target field.
Clustering is an unsupervised learning task.
The set of all categories is defined by the identifiers of reference entities.
For clustering models this includes all clusters.
For k-nearest neighbor models this includes k nearest training instances.
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategoryValues()
Gets the set of known categories.
|
Copyright © 2016. All Rights Reserved.