The clusters of the model. These should have distinct names.
A seq of numeric feature descriptions describing the input to the model.
The total set of classes that the predicted value can take on.
The total set of classes that the predicted value can take on.
The set of possible values for the predicted value.
This should return a representative class from every jar that is needed to load the object during deserialization.
This should return a representative class from every jar that is needed to load the object during deserialization.
Default implementation returns the class of MLModel, and the class of the model implementation.
The clusters of the model.
The clusters of the model. These should have distinct names.
A seq of numeric feature descriptions describing the input to the model.
A seq of numeric feature descriptions describing the input to the model.
A model representing results of the K-Means clustering algorithm. Each cluster is a vector in a fixed dimensional space, and the transformer assigns the input row to its closest cluster using the Euclidean (L2) distance.
The clusters should all be of the same dimension, which should be equal to the number of input features.
The clusters of the model. These should have distinct names.
A seq of numeric feature descriptions describing the input to the model.