public class LogisticRegressionWithLBFGS extends GeneralizedLinearAlgorithm<LogisticRegressionModel> implements scala.Serializable
Constructor and Description |
---|
LogisticRegressionWithLBFGS() |
Modifier and Type | Method and Description |
---|---|
LBFGS |
optimizer()
The optimizer to solve the problem.
|
run, run, setFeatureScaling, setIntercept, setValidateData
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public LBFGS optimizer()
GeneralizedLinearAlgorithm
optimizer
in class GeneralizedLinearAlgorithm<LogisticRegressionModel>