Representation of a single cluster.
A model representing results of the K-Means clustering algorithm.
Representation of the classical linear regression model y = intercept + a_0 x_0 + a_1 x_1 + .
Applies a Linear Regression model specified by the coefficients and intercept to a row of numeric data.
Represents a SingleLogisticRegression to be used as one of several in a MultiLogisticRegressionModel.