Package

com.github.rzykov.fastml4j

classification

Permalink

package classification

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ClassificationModel extends AnyRef

    Permalink

    Abstract class for any classification model

  2. class LogisticRegression extends ClassificationModel with Intercept

    Permalink

    Logistic regression.

    Logistic regression. Creates a class of the logistic regression model

  3. class SVM extends ClassificationModel with Intercept

    Permalink

    SVM linear based on hinge loss.

    SVM linear based on hinge loss. Creates a class of the SVM model

Ungrouped