Package

ml.combust.bundle

op

Permalink

package op

Visibility
  1. Public
  2. All

Type Members

  1. trait OpModel[Context, M] extends AnyRef

    Permalink

    Type class for serializing/deserializing ML models to Bundle.ML.

    Type class for serializing/deserializing ML models to Bundle.ML.

    Context

    context for implementation

    M

    Scala class of the ML model

  2. trait OpNode[Context, N, M] extends AnyRef

    Permalink

    Type class for serializing/deserializing Bundle.ML graph nodes.

    Type class for serializing/deserializing Bundle.ML graph nodes.

    Nodes are used to represent a data processing function in a Bundle.ML graph. Nodes connect data fields being processed to the underlying ML models that know how to transform the data.

Ungrouped