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 range of categories 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.
TargetField.getCategories()| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategories()
Gets the set of known categories.
|
Copyright © 2018. All rights reserved.