ml.combust.mleap

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayRow(values: WrappedArray[Any]) extends Row with Product with Serializable

    Class for holding Row values in an array.

  2. trait Dataset extends Serializable with Iterable[Row]

    Trait for storing data in a ml.combust.mleap.runtime.LeapFrame.

  3. case class DefaultLeapFrame(schema: StructType, dataset: Dataset) extends LeapFrame[DefaultLeapFrame] with Product with Serializable

    Class for storing a leap frame locally.

  4. trait LeapFrame[LF <: LeapFrame[LF]] extends TransformBuilder[LF] with Serializable

    Trait for a LeapFrame implementation.

  5. case class LocalDataset(data: Seq[Row]) extends Dataset with Product with Serializable

    Class for holding local data as a ml.combust.mleap.runtime.Dataset.

  6. case class MleapContext extends HasBundleRegistry with Product with Serializable

  7. trait Row extends Iterable[Any]

    Base trait for row data.

Value Members

  1. object ArrayRow extends Serializable

  2. object LeapFrame extends Serializable

  3. object MleapContext extends Serializable

    Created by hollinwilkins on 10/25/16.

  4. object MleapSupport

    Object for support classes for easily working with Bundle.

  5. object Row

    Companion object for creating default rows.

  6. object RowUtil

    Created by hollinwilkins on 10/30/16.

  7. package function

  8. package reflection

  9. package serialization

  10. package transformer

  11. package types

Ungrouped