Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.classification.LogisticRegressionWithLBFGS (original) (raw)
class LogisticRegressionWithLBFGS extends GeneralizedLinearAlgorithm[LogisticRegressionModel] with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
LogisticRegressionWithLBFGS
GeneralizedLinearAlgorithm
Serializable
Serializable
Logging
AnyRef
Any
Hide All
Show All
Instance Constructors
- new LogisticRegressionWithLBFGS()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- var addIntercept: Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def createModel(weights: Vector, intercept: Double): LogisticRegressionModel
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def finalize(): Unit
- def generateInitialWeights(input: RDD[LabeledPoint]): Vector
- final def getClass(): Class[_]
- def getNumFeatures: Int
- def hashCode(): Int
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- def isAddIntercept: Boolean
- final def isInstanceOf[T0]: Boolean
- def isTraceEnabled(): Boolean
- def log: Logger
- def logDebug(msg: ⇒ String, throwable: Throwable): Unit
- def logDebug(msg: ⇒ String): Unit
- def logError(msg: ⇒ String, throwable: Throwable): Unit
- def logError(msg: ⇒ String): Unit
- def logInfo(msg: ⇒ String, throwable: Throwable): Unit
- def logInfo(msg: ⇒ String): Unit
- def logName: String
- def logTrace(msg: ⇒ String, throwable: Throwable): Unit
- def logTrace(msg: ⇒ String): Unit
- def logWarning(msg: ⇒ String, throwable: Throwable): Unit
- def logWarning(msg: ⇒ String): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- var numFeatures: Int
- var numOfLinearPredictor: Int
- val optimizer: LBFGS
- def run(input: RDD[LabeledPoint], initialWeights: Vector): LogisticRegressionModel
- def run(input: RDD[LabeledPoint]): LogisticRegressionModel
- def setIntercept(addIntercept: Boolean): LogisticRegressionWithLBFGS.this.type
- def setNumClasses(numClasses: Int): LogisticRegressionWithLBFGS.this.type
- def setValidateData(validateData: Boolean): LogisticRegressionWithLBFGS.this.type
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- var validateData: Boolean
- val validators: List[(RDD[LabeledPoint]) ⇒ Boolean]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit