com.truecar.mleap.runtime

attribute

package attribute

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Attribute extends AnyRef

    Created by hwilkins on 12/3/15.

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

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

    Created by hwilkins on 12/3/15.

  4. sealed trait BaseAttribute extends AnyRef

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

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

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

Ungrouped