Package

com.alpine

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. trait CategoricalRowModel extends RowModel

    Permalink

    A model that predicts values in a predefined set of classes.

  2. trait ClassificationRowModel extends CategoricalRowModel

    Permalink
  3. trait ClusteringRowModel extends CategoricalRowModel

    Permalink
  4. trait MLModel extends Serializable

    Permalink

    These objects are serialized to JSON via GSON, augmented with type adapters for known interfaces, scala Seq collections and Options.

  5. trait RegressionRowModel extends RowModel

    Permalink
  6. trait RowModel extends MLModel

    Permalink

    RowModels are models that will produce a single result per row of data.

Value Members

  1. package export

    Permalink
  2. package pack

    Permalink

Ungrouped