Class

com.simiacryptus.mindseye.dataframes

Trainer

Related Doc: package dataframes

Permalink

abstract class Trainer extends SerializableFunction[NotebookOutput, AnyRef] with Logging with SparkSessionProvider with InteractiveSetup[AnyRef]

Linear Supertypes
InteractiveSetup[AnyRef], SparkSessionProvider, Logging, SerializableFunction[NotebookOutput, AnyRef], Serializable, Function[NotebookOutput, AnyRef], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Trainer
  2. InteractiveSetup
  3. SparkSessionProvider
  4. Logging
  5. SerializableFunction
  6. Serializable
  7. Function
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Trainer()

    Permalink

Abstract Value Members

  1. abstract def dataSources: Map[String, String]

    Permalink
  2. abstract def sourceTableName: String

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accept2(log: NotebookOutput): AnyRef

    Permalink
    Definition Classes
    Trainer → InteractiveSetup
  5. val activationClass: String

    Permalink
  6. def andThen[V](arg0: Function[_ >: AnyRef, _ <: V]): Function[NotebookOutput, V]

    Permalink
    Definition Classes
    Function
  7. final def apply(log: NotebookOutput): AnyRef

    Permalink
    Definition Classes
    InteractiveSetup → Function
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def await(duration: FiniteDuration)(test: ⇒ Boolean): Unit

    Permalink
    Definition Classes
    SparkSessionProvider
  10. val categories: Int

    Permalink
  11. val categoryColumnName: String

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compose[V](arg0: Function[_ >: V, _ <: NotebookOutput]): Function[V, AnyRef]

    Permalink
    Definition Classes
    Function
  14. val driveClass: String

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. val featureDim: Int

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hiveRoot: Option[String]

    Permalink
    Definition Classes
    SparkSessionProvider
  22. def inputTimeoutSeconds: Int

    Permalink
    Definition Classes
    Trainer → InteractiveSetup
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. lazy val logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  25. val midLayers: List[Int]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def objectMapper: ObjectMapper

    Permalink
  30. def s3bucket: String

    Permalink
    Attributes
    protected
    Definition Classes
    SparkSessionProvider
  31. def sc: SparkContext

    Permalink
    Definition Classes
    SparkSessionProvider
  32. final def sourceDataFrame: DataFrame

    Permalink
  33. lazy val spark: SparkSession

    Permalink
    Definition Classes
    SparkSessionProvider
  34. val steeringClass: String

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. val trainingSchedule: List[Double]

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def workerMemory: String

    Permalink
    Definition Classes
    SparkSessionProvider

Inherited from InteractiveSetup[AnyRef]

Inherited from SparkSessionProvider

Inherited from Logging

Inherited from SerializableFunction[NotebookOutput, AnyRef]

Inherited from Serializable

Inherited from Function[NotebookOutput, AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped