Class/Object

org.apache.spark.ml.regression

GBMRegressor

Related Docs: object GBMRegressor | package regression

Permalink

class GBMRegressor extends Predictor[Vector, GBMRegressor, GBMRegressionModel] with GBMRegressorParams with MLWritable

Linear Supertypes
MLWritable, GBMRegressorParams, GBMParams, HasTol, HasLearningRate, HasBaseLearner, HasSeed, HasWeightCol, HasMaxIter, Predictor[Vector, GBMRegressor, GBMRegressionModel], PredictorParams, HasPredictionCol, HasFeaturesCol, HasLabelCol, Estimator[GBMRegressionModel], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GBMRegressor
  2. MLWritable
  3. GBMRegressorParams
  4. GBMParams
  5. HasTol
  6. HasLearningRate
  7. HasBaseLearner
  8. HasSeed
  9. HasWeightCol
  10. HasMaxIter
  11. Predictor
  12. PredictorParams
  13. HasPredictionCol
  14. HasFeaturesCol
  15. HasLabelCol
  16. Estimator
  17. PipelineStage
  18. Logging
  19. Params
  20. Serializable
  21. Serializable
  22. Identifiable
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GBMRegressor()

    Permalink
  2. new GBMRegressor(uid: String)

    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 $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val baseLearner: Param[EnsemblePredictorType]

    Permalink

    param for the estimator that will be used by the ensemble learner as a base learner

    param for the estimator that will be used by the ensemble learner as a base learner

    Definition Classes
    HasBaseLearner
  7. final def clear(param: Param[_]): GBMRegressor.this.type

    Permalink
    Definition Classes
    Params
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(extra: ParamMap): GBMRegressor

    Permalink
    Definition Classes
    GBMRegressor → Predictor → Estimator → PipelineStage → Params
  10. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  11. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  15. def explainParams(): String

    Permalink
    Definition Classes
    Params
  16. def extractLabeledPoints(dataset: Dataset[_]): RDD[LabeledPoint]

    Permalink
    Attributes
    protected
    Definition Classes
    Predictor
  17. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  18. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  19. final val featuresCol: Param[String]

    Permalink
    Definition Classes
    HasFeaturesCol
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fit(dataset: Dataset[_]): GBMRegressionModel

    Permalink
    Definition Classes
    Predictor → Estimator
  22. def fit(dataset: Dataset[_], paramMaps: Array[ParamMap]): Seq[GBMRegressionModel]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  23. def fit(dataset: Dataset[_], paramMap: ParamMap): GBMRegressionModel

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  24. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): GBMRegressionModel

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  25. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  26. def getBaseLearner: EnsemblePredictorType

    Permalink

    Definition Classes
    HasBaseLearner
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  29. final def getFeaturesCol: String

    Permalink
    Definition Classes
    HasFeaturesCol
  30. final def getLabelCol: String

    Permalink
    Definition Classes
    HasLabelCol
  31. def getLearningRate: Double

    Permalink

    Definition Classes
    HasLearningRate
  32. def getLoss: String

    Permalink

    Definition Classes
    GBMRegressorParams
  33. final def getMaxIter: Int

    Permalink
    Definition Classes
    HasMaxIter
  34. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  35. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  36. final def getPredictionCol: String

    Permalink
    Definition Classes
    HasPredictionCol
  37. final def getSeed: Long

    Permalink
    Definition Classes
    HasSeed
  38. final def getTol: Double

    Permalink
    Definition Classes
    HasTol
  39. final def getWeightCol: String

    Permalink
    Definition Classes
    HasWeightCol
  40. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  41. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  48. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. final val labelCol: Param[String]

    Permalink
    Definition Classes
    HasLabelCol
  50. val learningRate: Param[Double]

    Permalink

    param for the learning rate of the algorithm

    param for the learning rate of the algorithm

    Definition Classes
    HasLearningRate
  51. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  63. val loss: Param[String]

    Permalink

    Loss function which Boosting tries to minimize.

    Loss function which Boosting tries to minimize. (case-insensitive) Supported: "ls", "lad", "huber", "quantile". (default = ls)

    Definition Classes
    GBMRegressorParams
  64. final val maxIter: IntParam

    Permalink
    Definition Classes
    HasMaxIter
  65. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  68. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  69. final val predictionCol: Param[String]

    Permalink
    Definition Classes
    HasPredictionCol
  70. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  71. final val seed: LongParam

    Permalink
    Definition Classes
    HasSeed
  72. final def set(paramPair: ParamPair[_]): GBMRegressor.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  73. final def set(param: String, value: Any): GBMRegressor.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  74. final def set[T](param: Param[T], value: T): GBMRegressor.this.type

    Permalink
    Definition Classes
    Params
  75. def setBaseLearner(value: Predictor[_, _, _]): GBMRegressor.this.type

    Permalink
  76. final def setDefault(paramPairs: ParamPair[_]*): GBMRegressor.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  77. final def setDefault[T](param: Param[T], value: T): GBMRegressor.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  78. def setFeaturesCol(value: String): GBMRegressor

    Permalink
    Definition Classes
    Predictor
  79. def setLabelCol(value: String): GBMRegressor

    Permalink
    Definition Classes
    Predictor
  80. def setLearningRate(value: Double): GBMRegressor.this.type

    Permalink

  81. def setLoss(value: String): GBMRegressor.this.type

    Permalink

  82. def setMaxIter(value: Int): GBMRegressor.this.type

    Permalink

  83. def setPredictionCol(value: String): GBMRegressor

    Permalink
    Definition Classes
    Predictor
  84. def setTol(value: Double): GBMRegressor.this.type

    Permalink

  85. def setWeightCol(value: String): GBMRegressor.this.type

    Permalink

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

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  88. final val tol: DoubleParam

    Permalink
    Definition Classes
    HasTol
  89. def train(dataset: Dataset[_]): GBMRegressionModel

    Permalink
    Attributes
    protected
    Definition Classes
    GBMRegressor → Predictor
  90. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    Predictor → PipelineStage
  91. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  92. val uid: String

    Permalink
    Definition Classes
    GBMRegressor → Identifiable
  93. def validateAndTransformSchema(schema: StructType, fitting: Boolean, featuresDataType: DataType): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PredictorParams
  94. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final val weightCol: Param[String]

    Permalink
    Definition Classes
    HasWeightCol
  98. def write: MLWriter

    Permalink
    Definition Classes
    GBMRegressor → MLWritable

Inherited from MLWritable

Inherited from GBMRegressorParams

Inherited from GBMParams

Inherited from HasTol

Inherited from HasLearningRate

Inherited from HasBaseLearner

Inherited from HasSeed

Inherited from HasWeightCol

Inherited from HasMaxIter

Inherited from Predictor[Vector, GBMRegressor, GBMRegressionModel]

Inherited from PredictorParams

Inherited from HasPredictionCol

Inherited from HasFeaturesCol

Inherited from HasLabelCol

Inherited from Estimator[GBMRegressionModel]

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