org.apache.spark.ml.mleap

converter

package converter

Visibility
  1. Public
  2. All

Type Members

  1. case class DataFrameToMleap(dataset: DataFrame) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  2. trait LeapFrameToSpark[T] extends AnyRef

    Created by hwilkins on 11/18/15.

  3. case class LeapFrameToSparkWrapper[T](t: T)(implicit evidence$1: LeapFrameToSpark[T]) extends Product with Serializable

  4. case class MleapTransformerWrapper[T <: com.truecar.mleap.runtime.transformer.Transformer](transformer: T) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  5. case class NodeToMleap(node: Node) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  6. case class RowToSpark(row: Row) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  7. case class SplitToMleap(split: Split) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  8. case class StructTypeToMleap(schema: StructType) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  9. case class StructTypeToSpark(schema: StructType) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  10. case class VectorToMleap(vector: Vector) extends Product with Serializable

    Created by hwilkins on 11/18/15.

  11. case class VectorToSpark(vector: Vector) extends Product with Serializable

    Created by hwilkins on 11/18/15.

Value Members

  1. object LeapFrameToSpark

  2. package runtime

Ungrouped