Package moa.clusterers.meta
Class ConfStream
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.clusterers.AbstractClusterer
-
- moa.clusterers.meta.EnsembleClustererAbstract
-
- moa.clusterers.meta.ConfStream
-
- All Implemented Interfaces:
Configurable
,Serializable
,Clusterer
,AWTRenderable
,MOAObject
,OptionHandler
public class ConfStream extends EnsembleClustererAbstract
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class moa.clusterers.meta.EnsembleClustererAbstract
EnsembleClustererAbstract.EnsembleRunnable
-
-
Field Summary
-
Fields inherited from class moa.clusterers.meta.EnsembleClustererAbstract
bestModel, candidateEnsemble, ensemble, executor, fileOption, windowPoints
-
Fields inherited from class moa.clusterers.AbstractClusterer
clustererRandom, clustering, evaluateMicroClusteringOption, modelContext, randomSeed, randomSeedOption, trainingWeightSeenByModel
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description ConfStream()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Clustering
getMicroClusteringResult()
static void
main(String[] args)
-
Methods inherited from class moa.clusterers.meta.EnsembleClustererAbstract
computePerformanceMeasure, evaluatePerformance, generateNewConfigurations, getClusteringResult, getModelDescription, getModelMeasurementsImpl, getVotesForInstance, init, isRandomizable, predictPerformance, prepareForUseImpl, promoteCandidatesIntoEnsemble, resetLearningImpl, sampleNewConfiguration, sampleParent, trainOnInstanceImpl, trainRegressor, updateConfiguration, updateRemovalFlags
-
Methods inherited from class moa.clusterers.AbstractClusterer
adjustParameters, contextIsCompatible, copy, getAttributeNameString, getAWTRenderer, getClassLabelString, getClassNameString, getDescription, getModelContext, getModelMeasurements, getNominalValueString, getPurposeString, getSubClusterers, implementsMicroClusterer, keepClassLabel, modelAttIndexToInstanceAttIndex, modelAttIndexToInstanceAttIndex, resetLearning, setModelContext, setRandomSeed, trainingHasStarted, trainingWeightSeenByModel, trainOnInstance
-
Methods inherited from class moa.options.AbstractOptionHandler
getCLICreationString, getOptions, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
getCLICreationString, getOptions, prepareForUse, prepareForUse
-
-
-
-
Method Detail
-
getMicroClusteringResult
public Clustering getMicroClusteringResult()
- Specified by:
getMicroClusteringResult
in interfaceClusterer
- Overrides:
getMicroClusteringResult
in classAbstractClusterer
-
main
public static void main(String[] args)
-
-