class VowpalWabbitClassifier extends ProbabilisticClassifier[Row, VowpalWabbitClassifier, VowpalWabbitClassificationModel] with VowpalWabbitBase with ComplexParamsWritable with BasicLogging

Linear Supertypes
BasicLogging, ComplexParamsWritable, MLWritable, VowpalWabbitBase, HasAdditionalFeatures, HasWeightCol, Wrappable, DotnetWrappable, RWrappable, PythonWrappable, BaseWrappable, ProbabilisticClassifier[Row, VowpalWabbitClassifier, VowpalWabbitClassificationModel], ProbabilisticClassifierParams, HasThresholds, HasProbabilityCol, Classifier[Row, VowpalWabbitClassifier, VowpalWabbitClassificationModel], ClassifierParams, HasRawPredictionCol, Predictor[Row, VowpalWabbitClassifier, VowpalWabbitClassificationModel], PredictorParams, HasPredictionCol, HasFeaturesCol, HasLabelCol, Estimator[VowpalWabbitClassificationModel], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VowpalWabbitClassifier
  2. BasicLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. VowpalWabbitBase
  6. HasAdditionalFeatures
  7. HasWeightCol
  8. Wrappable
  9. DotnetWrappable
  10. RWrappable
  11. PythonWrappable
  12. BaseWrappable
  13. ProbabilisticClassifier
  14. ProbabilisticClassifierParams
  15. HasThresholds
  16. HasProbabilityCol
  17. Classifier
  18. ClassifierParams
  19. HasRawPredictionCol
  20. Predictor
  21. PredictorParams
  22. HasPredictionCol
  23. HasFeaturesCol
  24. HasLabelCol
  25. Estimator
  26. PipelineStage
  27. Logging
  28. Params
  29. Serializable
  30. Serializable
  31. Identifiable
  32. AnyRef
  33. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VowpalWabbitClassifier()
  2. new VowpalWabbitClassifier(uid: String)

Type Members

  1. implicit class SpecificParamAppender extends AnyRef
    Definition Classes
    VowpalWabbitBase
  2. class TrainContext extends AnyRef
    Definition Classes
    VowpalWabbitBase

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val additionalFeatures: StringArrayParam
    Definition Classes
    HasAdditionalFeatures
  6. def appendExtraParams(sb: ParamsStringBuilder): ParamsStringBuilder

    Override to add parameters specific to subclass.

    Override to add parameters specific to subclass.

    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  9. final def clear(param: Param[_]): VowpalWabbitClassifier.this.type
    Definition Classes
    Params
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  12. def copy(extra: ParamMap): VowpalWabbitClassifier
    Definition Classes
    VowpalWabbitClassifier → Predictor → Estimator → PipelineStage → Params
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  15. def createLabelSetter(schema: StructType): (Row, VowpalWabbitExample) ⇒ Unit
    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  16. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  17. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  18. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  19. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  37. def explainParams(): String
    Definition Classes
    Params
  38. def extractInstances(dataset: Dataset[_], numClasses: Int): RDD[Instance]
    Attributes
    protected
    Definition Classes
    ClassifierParams
  39. def extractInstances(dataset: Dataset[_], validateInstance: (Instance) ⇒ Unit): RDD[Instance]
    Attributes
    protected
    Definition Classes
    PredictorParams
  40. def extractInstances(dataset: Dataset[_]): RDD[Instance]
    Attributes
    protected
    Definition Classes
    PredictorParams
  41. def extractLabeledPoints(dataset: Dataset[_], numClasses: Int): RDD[LabeledPoint]
    Attributes
    protected
    Definition Classes
    Classifier
  42. def extractLabeledPoints(dataset: Dataset[_]): RDD[LabeledPoint]
    Attributes
    protected
    Definition Classes
    Predictor
  43. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  44. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  45. final val featuresCol: Param[String]
    Definition Classes
    HasFeaturesCol
  46. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def fit(dataset: Dataset[_]): VowpalWabbitClassificationModel
    Definition Classes
    Predictor → Estimator
  48. def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[VowpalWabbitClassificationModel]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  49. def fit(dataset: Dataset[_], paramMap: ParamMap): VowpalWabbitClassificationModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  50. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): VowpalWabbitClassificationModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  51. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  52. def getAdditionalColumns: Seq[String]
    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  53. def getAdditionalFeatures: Array[String]
    Definition Classes
    HasAdditionalFeatures
  54. def getAsFloat(schema: StructType, idx: Int): (Row) ⇒ Float
    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  55. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  57. final def getFeaturesCol: String
    Definition Classes
    HasFeaturesCol
  58. def getHashSeed: Int
    Definition Classes
    VowpalWabbitBase
  59. def getIgnoreNamespaces: String
    Definition Classes
    VowpalWabbitBase
  60. def getInitialModel: Array[Byte]
    Definition Classes
    VowpalWabbitBase
  61. def getInteractions: Array[String]
    Definition Classes
    VowpalWabbitBase
  62. def getL1: Double
    Definition Classes
    VowpalWabbitBase
  63. def getL2: Double
    Definition Classes
    VowpalWabbitBase
  64. final def getLabelCol: String
    Definition Classes
    HasLabelCol
  65. def getLabelConversion: Boolean
  66. def getLearningRate: Double
    Definition Classes
    VowpalWabbitBase
  67. def getNumBits: Int
    Definition Classes
    VowpalWabbitBase
  68. def getNumClasses(dataset: Dataset[_], maxNumClasses: Int): Int
    Attributes
    protected
    Definition Classes
    Classifier
  69. def getNumPasses: Int
    Definition Classes
    VowpalWabbitBase
  70. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  71. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  72. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  73. def getPassThroughArgs: String
    Definition Classes
    VowpalWabbitBase
  74. def getPowerT: Double
    Definition Classes
    VowpalWabbitBase
  75. final def getPredictionCol: String
    Definition Classes
    HasPredictionCol
  76. final def getProbabilityCol: String
    Definition Classes
    HasProbabilityCol
  77. final def getRawPredictionCol: String
    Definition Classes
    HasRawPredictionCol
  78. def getThresholds: Array[Double]
    Definition Classes
    HasThresholds
  79. def getUseBarrierExecutionMode: Boolean
    Definition Classes
    VowpalWabbitBase
  80. def getWeightCol: String

    Definition Classes
    HasWeightCol
  81. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  82. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  83. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  84. val hashSeed: IntParam
    Definition Classes
    VowpalWabbitBase
  85. val ignoreNamespaces: Param[String]
    Definition Classes
    VowpalWabbitBase
  86. val initialModel: ByteArrayParam
    Definition Classes
    VowpalWabbitBase
  87. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  88. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. val interactions: StringArrayParam
    Definition Classes
    VowpalWabbitBase
  90. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  91. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  92. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  93. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  94. val l1: DoubleParam
    Definition Classes
    VowpalWabbitBase
  95. val l2: DoubleParam
    Definition Classes
    VowpalWabbitBase
  96. final val labelCol: Param[String]
    Definition Classes
    HasLabelCol
  97. val labelConversion: BooleanParam
  98. val learningRate: DoubleParam
    Definition Classes
    VowpalWabbitBase
  99. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  100. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  101. def logClass(): Unit
    Definition Classes
    BasicLogging
  102. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  107. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  108. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  109. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  110. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  111. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  112. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  113. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  114. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  115. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  116. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  117. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  118. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  119. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  120. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  121. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  122. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  123. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  124. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  125. val numBits: IntParam
    Definition Classes
    VowpalWabbitBase
  126. val numPasses: IntParam
    Definition Classes
    VowpalWabbitBase
  127. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  128. val passThroughArgs: Param[String]
    Definition Classes
    VowpalWabbitBase
  129. val powerT: DoubleParam
    Definition Classes
    VowpalWabbitBase
  130. final val predictionCol: Param[String]
    Definition Classes
    HasPredictionCol
  131. final val probabilityCol: Param[String]
    Definition Classes
    HasProbabilityCol
  132. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  133. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  134. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  135. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  136. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  137. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  138. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  139. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    VowpalWabbitClassifierVowpalWabbitBasePythonWrappable
  140. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  141. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  142. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  143. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  144. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  145. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  146. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  147. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  148. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  149. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  150. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  151. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  152. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  153. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  154. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  155. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  156. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  157. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  158. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  159. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  160. final val rawPredictionCol: Param[String]
    Definition Classes
    HasRawPredictionCol
  161. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  162. final def set(paramPair: ParamPair[_]): VowpalWabbitClassifier.this.type
    Attributes
    protected
    Definition Classes
    Params
  163. final def set(param: String, value: Any): VowpalWabbitClassifier.this.type
    Attributes
    protected
    Definition Classes
    Params
  164. final def set[T](param: Param[T], value: T): VowpalWabbitClassifier.this.type
    Definition Classes
    Params
  165. def setAdditionalFeatures(value: Array[String]): VowpalWabbitClassifier.this.type
    Definition Classes
    HasAdditionalFeatures
  166. final def setDefault(paramPairs: ParamPair[_]*): VowpalWabbitClassifier.this.type
    Attributes
    protected
    Definition Classes
    Params
  167. final def setDefault[T](param: Param[T], value: T): VowpalWabbitClassifier.this.type
    Attributes
    protected
    Definition Classes
    Params
  168. def setFeaturesCol(value: String): VowpalWabbitClassifier
    Definition Classes
    Predictor
  169. def setHashSeed(value: Int): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  170. def setIgnoreNamespaces(value: String): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  171. def setInitialModel(value: Array[Byte]): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  172. def setInteractions(value: Array[String]): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  173. def setL1(value: Double): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  174. def setL2(value: Double): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  175. def setLabelCol(value: String): VowpalWabbitClassifier
    Definition Classes
    Predictor
  176. def setLabelConversion(value: Boolean): VowpalWabbitClassifier.this.type
  177. def setLearningRate(value: Double): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  178. def setNumBits(value: Int): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  179. def setNumPasses(value: Int): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  180. def setPassThroughArgs(value: String): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  181. def setPowerT(value: Double): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  182. def setPredictionCol(value: String): VowpalWabbitClassifier
    Definition Classes
    Predictor
  183. def setProbabilityCol(value: String): VowpalWabbitClassifier
    Definition Classes
    ProbabilisticClassifier
  184. def setRawPredictionCol(value: String): VowpalWabbitClassifier
    Definition Classes
    Classifier
  185. def setThresholds(value: Array[Double]): VowpalWabbitClassifier
    Definition Classes
    ProbabilisticClassifier
  186. def setUseBarrierExecutionMode(value: Boolean): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
  187. def setWeightCol(value: String): VowpalWabbitClassifier.this.type

    Definition Classes
    HasWeightCol
  188. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  189. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  190. val thresholds: DoubleArrayParam
    Definition Classes
    HasThresholds
  191. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  192. def train(dataset: Dataset[_]): VowpalWabbitClassificationModel
    Attributes
    protected
    Definition Classes
    VowpalWabbitClassifier → Predictor
  193. def trainInternal[T <: VowpalWabbitBaseModel](dataset: Dataset[_], model: T): T

    Main training loop

    Main training loop

    dataset

    input data.

    returns

    binary VW model.

    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  194. def trainInternalDistributed(df: DataFrame, vwArgs: ParamsStringBuilder, numTasks: Int): Array[TrainingResult]

    Setup spanning tree and invoke training.

    Setup spanning tree and invoke training.

    df

    input data.

    vwArgs

    VW command line arguments.

    numTasks

    number of target tasks.

    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  195. def trainRow(schema: StructType, inputRows: Iterator[Row], ctx: TrainContext): Unit
    Attributes
    protected
    Definition Classes
    VowpalWabbitBase
  196. def transformSchema(schema: StructType): StructType
    Definition Classes
    Predictor → PipelineStage
  197. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  198. val uid: String
    Definition Classes
    VowpalWabbitClassifierBasicLogging → Identifiable
  199. val useBarrierExecutionMode: BooleanParam
    Definition Classes
    VowpalWabbitBase
  200. def validateAndTransformSchema(schema: StructType, fitting: Boolean, featuresDataType: DataType): StructType
    Attributes
    protected
    Definition Classes
    ProbabilisticClassifierParams → ClassifierParams → PredictorParams
  201. def validateLabel(label: Double, numClasses: Int): Unit
    Attributes
    protected
    Definition Classes
    Classifier
  202. def validateNumClasses(numClasses: Int): Unit
    Attributes
    protected
    Definition Classes
    Classifier
  203. val ver: String
    Definition Classes
    BasicLogging
  204. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  205. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  206. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  207. val weightCol: Param[String]

    The name of the weight column

    The name of the weight column

    Definition Classes
    HasWeightCol
  208. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Deprecated Value Members

  1. def getArgs: String
    Definition Classes
    VowpalWabbitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.6) Please use 'getPassThroughArgs'.

  2. def setArgs(value: String): VowpalWabbitClassifier.this.type
    Definition Classes
    VowpalWabbitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.6) Please use 'setPassThroughArgs'.

Inherited from BasicLogging

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from VowpalWabbitBase

Inherited from HasAdditionalFeatures

Inherited from HasWeightCol

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from ProbabilisticClassifier[Row, VowpalWabbitClassifier, VowpalWabbitClassificationModel]

Inherited from ProbabilisticClassifierParams

Inherited from HasThresholds

Inherited from HasProbabilityCol

Inherited from Classifier[Row, VowpalWabbitClassifier, VowpalWabbitClassificationModel]

Inherited from ClassifierParams

Inherited from HasRawPredictionCol

Inherited from PredictorParams

Inherited from HasPredictionCol

Inherited from HasFeaturesCol

Inherited from HasLabelCol

Inherited from Estimator[VowpalWabbitClassificationModel]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped