public class AdaBoostM1PL extends AdaBoostM1
hypoths, hypWeights, predicting
Constructor and Description |
---|
AdaBoostM1PL(Classifier weakLearner,
int maxIterations) |
Modifier and Type | Method and Description |
---|---|
AdaBoostM1PL |
clone() |
void |
trainC(ClassificationDataSet dataSet)
Trains the classifier and constructs a model for classification using the
given data set.
|
void |
trainC(ClassificationDataSet dataSet,
ExecutorService threadPool)
Trains the classifier and constructs a model for classification using the
given data set.
|
classify, getMaxIterations, getModels, getModelWeights, getParameter, getParameters, getWeakLearner, setMaxIterations, setWeakLearner, supportsWeightedData
public AdaBoostM1PL(Classifier weakLearner, int maxIterations)
public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
Classifier
trainC
in interface Classifier
trainC
in class AdaBoostM1
dataSet
- the data set to train onthreadPool
- the source of threads to use.public void trainC(ClassificationDataSet dataSet)
Classifier
trainC
in interface Classifier
trainC
in class AdaBoostM1
dataSet
- the data set to train onpublic AdaBoostM1PL clone()
clone
in interface Classifier
clone
in class AdaBoostM1
Copyright © 2017. All rights reserved.