public class EnsembleProvider
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static weka.classifiers.Classifier |
provideCAWPEEnsembleModel(int seed,
int numFolds)
Initializes the CAWPE ensemble model consisting of five classifiers (SMO,
KNN, J48, Logistic and MLP) using a majority voting strategy.
|
static weka.classifiers.Classifier |
provideHIVECOTEEnsembleModel(int seed,
int numFolds)
Initializes the HIVE COTE ensemble consisting of 7 classifiers using a
majority voting strategy as described in J.
|
public static weka.classifiers.Classifier provideCAWPEEnsembleModel(int seed,
int numFolds)
throws java.lang.Exception
seed - Seed used within the classifiers and the majority confidence
voting schemenumFolds - Number of folds used within the determination of the classifier
weights for the MajorityConfidenceVotejava.lang.Exception - Thrown when the initialization has failedpublic static weka.classifiers.Classifier provideHIVECOTEEnsembleModel(int seed,
int numFolds)
seed - Seed used within the classifiers and the majority confidence
voting schemenumFolds - Number of folds used within the determination of the classifier
weights for the MajorityConfidenceVote