Class/Object

au.csiro.variantspark.cli

GenerateLabelsCmd

Related Docs: object GenerateLabelsCmd | package cli

Permalink

class GenerateLabelsCmd extends ArgsApp with SparkApp with Echoable with Logging with TestArgs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenerateLabelsCmd
  2. TestArgs
  3. Echoable
  4. SparkApp
  5. Logging
  6. ArgsApp
  7. CmdApp
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenerateLabelsCmd()

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val beSilent: Boolean

    Permalink
    Definition Classes
    Echoable
  6. val beVerbose: Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val conf: SparkConf

    Permalink
    Definition Classes
    SparkApp
  9. def defaultMasterUrl: String

    Permalink
    Definition Classes
    SparkApp
  10. def echo(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Echoable
  11. val effectsDef: ArrayList[String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val featureColumn: String

    Permalink
  15. val featureContinuousColumn: String

    Permalink
  16. val featuresFile: String

    Permalink
  17. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val includeEffectVarData: Boolean

    Permalink
  21. val inputFile: String

    Permalink
  22. val inputType: String

    Permalink
  23. def isEcho: Boolean

    Permalink
    Definition Classes
    Echoable
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isSilent: Boolean

    Permalink
    Definition Classes
    Echoable
  26. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def isVerbose: Boolean

    Permalink
    Definition Classes
    Echoable
  28. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. val noiseMean: Double

    Permalink
  42. val noiseSigma: Double

    Permalink
  43. val noiseVarFraction: Double

    Permalink
  44. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  46. val outputNoiseVars: Boolean

    Permalink
  47. val outputNoiseVarsFile: String

    Permalink
  48. val randomSeed: Long

    Permalink
  49. def run(): Unit

    Permalink
    Definition Classes
    GenerateLabelsCmdArgsApp
    Annotations
    @Override()
  50. def run(args: Array[String]): Unit

    Permalink
    Attributes
    protected[au.csiro.sparkle.common.args4j]
    Definition Classes
    ArgsAppCmdApp
  51. def runApp(args: Array[String]): Unit

    Permalink
    Attributes
    protected[au.csiro.sparkle.cmd]
    Definition Classes
    CmdApp
  52. implicit lazy val spark: SparkSession

    Permalink
    Definition Classes
    SparkApp
  53. val sparkPar: Int

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

    Permalink
    Definition Classes
    AnyRef
  55. def testArgs: Array[String]

    Permalink
    Definition Classes
    GenerateLabelsCmdTestArgs
    Annotations
    @Override()
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. def usage(): Unit

    Permalink
    Attributes
    protected[au.csiro.sparkle.common.args4j]
    Definition Classes
    ArgsAppCmdApp
  58. val varOrdinalLevels: Int

    Permalink
  59. def verbose(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Echoable
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Echoable
  64. def withFileOrStdout(fileName: String)(f: (PrintStream) ⇒ Unit): Unit

    Permalink
  65. val zeroLevel: Int

    Permalink

Deprecated Value Members

  1. implicit lazy val sc: SparkContext

    Permalink
    Definition Classes
    SparkApp
    Annotations
    @deprecated
    Deprecated
  2. lazy val sqlContext: SQLContext

    Permalink
    Definition Classes
    SparkApp
    Annotations
    @deprecated
    Deprecated

Inherited from TestArgs

Inherited from Echoable

Inherited from SparkApp

Inherited from Logging

Inherited from ArgsApp

Inherited from CmdApp

Inherited from AnyRef

Inherited from Any

Ungrouped