Class/Object

au.csiro.variantspark.cli

ImportanceCmd

Related Docs: object ImportanceCmd | package cli

Permalink

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

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

    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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  14. val featuresFile: String

    Permalink
  15. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. val includeData: Boolean

    Permalink
  19. val inputFile: String

    Permalink
  20. val inputType: String

    Permalink
  21. def isEcho: Boolean

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

    Permalink
    Definition Classes
    Any
  23. def isSilent: Boolean

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

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

    Permalink
    Definition Classes
    Echoable
  26. def loadCSV(): CsvFeatureSource

    Permalink
  27. def loadParquet(): ParquetFeatureSource

    Permalink
  28. def loadVCF(): VCFFeatureSource

    Permalink
  29. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. val modelFile: String

    Permalink
  42. val nTrees: Int

    Permalink
  43. val nVariables: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. val outputFile: String

    Permalink
  48. val randomSeed: Long

    Permalink
  49. val rfBatchSize: Int

    Permalink
  50. val rfEstimateOob: Boolean

    Permalink
  51. val rfMTry: Long

    Permalink
  52. val rfMTryFraction: Double

    Permalink
  53. val rfRandomizeEqual: Boolean

    Permalink
  54. val rfSampleNoReplacement: Boolean

    Permalink
  55. val rfSubsampleFraction: Double

    Permalink
  56. def run(): Unit

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

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

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

    Permalink
    Definition Classes
    SparkApp
  60. val sparkPar: Int

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

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

    Permalink
    Definition Classes
    ImportanceCmdTestArgs
    Annotations
    @Override()
  63. def toString(): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Echoable

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