public class LogitBoostPL extends LogitBoost
baseLearner, baseLearners, fScaleConstant
Constructor and Description |
---|
LogitBoostPL(int M) |
LogitBoostPL(Regressor baseLearner,
int M) |
Modifier and Type | Method and Description |
---|---|
LogitBoostPL |
clone() |
void |
trainC(ClassificationDataSet dataSet,
ExecutorService threadPool)
Trains the classifier and constructs a model for classification using the
given data set.
|
classify, getMaxIterations, getModels, getParameter, getParameters, getzMax, P, setMaxIterations, setzMax, supportsWeightedData, trainC
public LogitBoostPL(Regressor baseLearner, int M)
public LogitBoostPL(int M)
public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
Classifier
trainC
in interface Classifier
trainC
in class LogitBoost
dataSet
- the data set to train onthreadPool
- the source of threads to use.public LogitBoostPL clone()
clone
in interface Classifier
clone
in class LogitBoost
Copyright © 2017. All rights reserved.