Package

org.apache.spark.ml

bundle

Permalink

package bundle

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayParamSpec(portPrefix: String, param: StringArrayParam) extends ParamSpec with Product with Serializable

    Permalink
  2. trait BundleTypeConverters extends AnyRef

    Permalink

    Created by hollinwilkins on 7/4/17.

  3. sealed trait ParamSpec extends AnyRef

    Permalink
  4. case class SimpleParamSpec(port: String, param: Param[String]) extends ParamSpec with Product with Serializable

    Permalink
  5. abstract class SimpleSparkOp[N <: Transformer] extends OpNode[SparkBundleContext, N, N]

    Permalink

    Created by hollinwilkins on 7/4/17.

  6. case class SparkBundleContext(dataset: Option[DataFrame], bundleRegistry: BundleRegistry) extends HasBundleRegistry with Product with Serializable

    Permalink
  7. case class SparkShapeLoader(shape: NodeShape, params: Params, inputs: Seq[ParamSpec] = Seq(), outputs: Seq[SimpleParamSpec] = Seq()) extends Product with Serializable

    Permalink
  8. case class SparkShapeSaver(dataset: DataFrame, params: Params, inputs: Seq[ParamSpec], outputs: Seq[SimpleParamSpec]) extends Product with Serializable

    Permalink

Value Members

  1. object BundleHelper

    Permalink

    Created by hollinwilkins on 5/25/17.

  2. object BundleTypeConverters extends BundleTypeConverters

    Permalink
  3. object ParamSpec

    Permalink

    Created by hollinwilkins on 7/4/17.

  4. object SparkBundleContext extends Serializable

    Permalink

    Created by hollinwilkins on 10/26/16.

  5. object SparkShapeSaver extends Serializable

    Permalink
  6. package util

    Permalink

Ungrouped