Package

org.incal

spark_ml

Permalink

package spark_ml

Visibility
  1. Public
  2. All

Type Members

  1. class IncalSparkMLException extends RuntimeException

    Permalink
  2. trait MLBase extends AnyRef

    Permalink
  3. case class ParamGrid[T](param: Param[T], values: Iterable[T]) extends Product with Serializable

    Permalink
  4. case class ParamSourceBinder[S, T <: Params](source: S, model: T) extends Product with Serializable

    Permalink
  5. case class ParamValueSetter[S, T](param: Param[T], value: (S) ⇒ Either[Option[T], Iterable[T]]) extends Product with Serializable

    Permalink
  6. class SparkMLApp extends App

    Permalink
  7. trait SparkMLEstimatorFactoryHelper extends AnyRef

    Permalink
  8. trait SparkMLService extends MLBase

    Permalink
  9. trait SparkMLServiceFactory extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  10. case class SparkMLServiceSetting(repetitionParallelism: Option[Int] = None, binaryClassifierInputName: Option[String] = None, useConsecutiveOrderForDL: Option[Boolean] = None, debugMode: Boolean = false) extends Product with Serializable

    Permalink

Ungrouped