Package

com.alpine.model

pack

Permalink

package pack

Visibility
  1. Public
  2. All

Type Members

  1. case class UnitModel(inputFeatures: Seq[ColumnDef], identifier: String = "") extends RowModel with PFAConvertible with Product with Serializable

    Permalink

    Represents a model that carries features through without transforming them.

    Represents a model that carries features through without transforming them. Designed to be used in parallel to other models in the CombinerModel.

    Annotations
    @SerialVersionUID()
  2. case class UnitSQLTransformer(model: UnitModel, sqlGenerator: SQLGenerator) extends SimpleSQLTransformer with Product with Serializable

    Permalink

Value Members

  1. object UnitTransformer extends Transformer

    Permalink

    Applies the unit (a.k.a.

    Applies the unit (a.k.a. identity or no-operation) transformation to the input row. That is, apply returns its input argument.

  2. package ast

    Permalink
  3. package ml

    Permalink
  4. package multiple

    Permalink
  5. package preprocess

    Permalink
  6. package sql

    Permalink
  7. package util

    Permalink

Ungrouped