Package

com.alpine.plugin

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. class ClassificationModelWrapper extends ModelWrapper[ClassificationRowModel]

    Permalink

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Classification Model APIs.

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Classification Model APIs.

    Annotations
    @AlpineSdkApi()
  2. class ClusteringModelWrapper extends ModelWrapper[ClusteringRowModel]

    Permalink

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Clustering Model APIs.

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Clustering Model APIs.

    Annotations
    @AlpineSdkApi()
  3. abstract class ModelWrapper[M <: MLModel] extends IOBase

    Permalink

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Model APIs.

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Model APIs.

    Annotations
    @AlpineSdkApi() @SerialVersionUID()
  4. class RegressionModelWrapper extends ModelWrapper[RegressionRowModel]

    Permalink

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Regression Model APIs.

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Regression Model APIs.

    Annotations
    @AlpineSdkApi()
  5. class TransformerWrapper extends ModelWrapper[RowModel]

    Permalink

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Transformer APIs.

    :: AlpineSdkApi :: A wrapper around objects that implement the Alpine Transformer APIs.

    Annotations
    @AlpineSdkApi()

Ungrouped