public class RandomHoeffdingTree extends HoeffdingTree
| Modifier and Type | Class and Description |
|---|---|
static class |
RandomHoeffdingTree.LearningNodeNB |
static class |
RandomHoeffdingTree.LearningNodeNBAdaptive |
static class |
RandomHoeffdingTree.RandomLearningNode |
HoeffdingTree.ActiveLearningNode, HoeffdingTree.FoundNode, HoeffdingTree.InactiveLearningNode, HoeffdingTree.LearningNode, HoeffdingTree.Node, HoeffdingTree.SplitNodeactiveLeafByteSizeEstimate, activeLeafNodeCount, binarySplitsOption, byteSizeEstimateOverheadFraction, decisionNodeCount, gracePeriodOption, growthAllowed, inactiveLeafByteSizeEstimate, inactiveLeafNodeCount, leafpredictionOption, maxByteSizeOption, memoryEstimatePeriodOption, nbThresholdOption, nominalEstimatorOption, noPrePruneOption, numericEstimatorOption, removePoorAttsOption, splitConfidenceOption, splitCriterionOption, stopMemManagementOption, tieThresholdOption, treeRootclassifierRandom, modelContext, randomSeed, randomSeedOption, trainingWeightSeenByModelclassOptionNamesToPreparedObjects, options| Constructor and Description |
|---|
RandomHoeffdingTree() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPurposeString()
Gets the purpose of this object
|
boolean |
isRandomizable()
Gets whether this classifier needs a random seed.
|
protected HoeffdingTree.LearningNode |
newLearningNode(double[] initialClassObservations) |
activateLearningNode, attemptToSplit, calcByteSize, computeHoeffdingBound, deactivateAllLeaves, deactivateLearningNode, enforceTrackerLimit, estimateModelByteSizes, findLearningNodes, findLearningNodes, getModelDescription, getModelMeasurementsImpl, getVotesForInstance, measureByteSize, measureTreeDepth, newLearningNode, newNominalClassObserver, newNumericClassObserver, newSplitNode, newSplitNode, resetLearningImpl, trainOnInstanceImplcontextIsCompatible, copy, correctlyClassifies, getAttributeNameString, getAWTRenderer, getClassLabelString, getClassNameString, getDescription, getModelContext, getModelMeasurements, getNominalValueString, getSubClassifiers, modelAttIndexToInstanceAttIndex, modelAttIndexToInstanceAttIndex, prepareForUseImpl, resetLearning, setModelContext, setRandomSeed, trainingHasStarted, trainingWeightSeenByModel, trainOnInstancediscoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUsecopy, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCLICreationString, getOptions, prepareForUse, prepareForUsepublic String getPurposeString()
OptionHandlergetPurposeString in interface OptionHandlergetPurposeString in class HoeffdingTreeprotected HoeffdingTree.LearningNode newLearningNode(double[] initialClassObservations)
newLearningNode in class HoeffdingTreepublic boolean isRandomizable()
ClassifierisRandomizable in interface ClassifierisRandomizable in class HoeffdingTreeCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.