Class/Object

au.csiro.variantspark.cli

GenerateLabelsNoiseCmd

Related Docs: object GenerateLabelsNoiseCmd | package cli

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenerateLabelsNoiseCmd
  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 GenerateLabelsNoiseCmd()

    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. val classThresholdPercentile: Double

    Permalink
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    SparkApp
  10. def defaultMasterUrl: String

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

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

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

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

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

    Permalink
  16. val featureContinuousColumn: String

    Permalink
  17. val featuresFile: String

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val fracVarExplained: Double

    Permalink
  20. final def getClass(): Class[_]

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

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

    Permalink
  23. val inputFile: String

    Permalink
  24. val inputType: String

    Permalink
  25. def isEcho: Boolean

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

    Permalink
    Definition Classes
    Any
  27. def isSilent: Boolean

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

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

    Permalink
    Definition Classes
    Echoable
  30. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. val multiplicativeEffects: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  46. val randomSeed: Long

    Permalink
  47. def run(): Unit

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

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

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

    Permalink
    Definition Classes
    SparkApp
  51. val sparkPar: Int

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

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

    Permalink
    Definition Classes
    GenerateLabelsNoiseCmdTestArgs
    Annotations
    @Override()
  54. def toString(): String

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

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

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

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

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

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

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

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

    Permalink
  63. 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