Package

com.truecar.mleap.runtime

attribute

Permalink

package attribute

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Attribute extends AnyRef

    Permalink

    Created by hwilkins on 12/3/15.

  2. case class AttributeGroup(attrs: Array[BaseAttribute]) extends Attribute with Product with Serializable

    Permalink
  3. case class AttributeSchema(info: Map[String, Attribute]) extends Product with Serializable

    Permalink

    Created by hwilkins on 12/3/15.

  4. sealed trait BaseAttribute extends AnyRef

    Permalink
  5. case class CategoricalAttribute() extends Attribute with BaseAttribute with Product with Serializable

    Permalink
  6. case class ContinuousAttribute() extends Attribute with BaseAttribute with Product with Serializable

    Permalink
  7. case class OtherAttribute() extends Attribute with Product with Serializable

    Permalink

Ungrouped