Base class for combining decisions of multiple classifiers
Methods
reset() | |
train(clfs, dataset) | PredictionsCombiner might need to be trained :Parameters: clfs : list of Classifier List of classifiers to combine. |
Initialize ClassWithCollections object
Parameters: | descr : str
|
---|
Methods
reset() | |
train(clfs, dataset) | PredictionsCombiner might need to be trained :Parameters: clfs : list of Classifier List of classifiers to combine. |
PredictionsCombiner might need to be trained
Parameters: | clfs : list of Classifier
dataset : Dataset
|
---|