Class

com.microsoft.ml.spark

CNTKCommandBuilder

Related Doc: package spark

Permalink

class CNTKCommandBuilder extends CNTKCommandBuilderBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CNTKCommandBuilder
  2. CNTKCommandBuilderBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CNTKCommandBuilder(log: Logger, fileBased: Boolean = true)

    Permalink

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 appendOverrideConfig(t: Seq[String]): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  5. val arguments: Seq[String]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val command: String

    Permalink
  9. def configToFile(c: BrainScriptConfig): String

    Permalink
    Attributes
    protected
    Definition Classes
    CNTKCommandBuilderBase
  10. val configs: ListBuffer[BrainScriptConfig]

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  11. var dataFormat: String

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def insertBaseConfig(t: String): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. var modelName: String

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  20. var modelOutputDir: String

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. var outputDir: String

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  25. def printOutput(command: ProcessBuilder): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CNTKCommandBuilderBase
  26. def runCommand(): Unit

    Permalink
  27. def setDataFormat(d: String): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  28. def setModelName(p: String): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  29. def setModelOutputDir(p: String): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  30. def setOutputDir(p: String): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  31. def setSparkSession(p: SparkSession): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  32. def setWorkingDir(p: String): CNTKCommandBuilder.this.type

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  33. var sparkSession: SparkSession

    Permalink
    Definition Classes
    CNTKCommandBuilderBase
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. var workingDir: URI

    Permalink
    Definition Classes
    CNTKCommandBuilderBase

Inherited from CNTKCommandBuilderBase

Inherited from AnyRef

Inherited from Any

Members