public class HoeffdingTreeClassifLeaves extends HoeffdingTree
| Modifier and Type | Class and Description |
|---|---|
class |
HoeffdingTreeClassifLeaves.LearningNodeClassifier |
HoeffdingTree.ActiveLearningNode, HoeffdingTree.FoundNode, HoeffdingTree.InactiveLearningNode, HoeffdingTree.LearningNode, HoeffdingTree.LearningNodeNB, HoeffdingTree.LearningNodeNBAdaptive, HoeffdingTree.Node, HoeffdingTree.SplitNode| Modifier and Type | Field and Description |
|---|---|
ClassOption |
learnerOption |
activeLeafByteSizeEstimate, 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 |
|---|
HoeffdingTreeClassifLeaves() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
attemptToSplit(HoeffdingTree.ActiveLearningNode node,
HoeffdingTree.SplitNode parent,
int parentIndex) |
protected HoeffdingTree.LearningNode |
newLearningNode(double[] initialClassObservations) |
protected HoeffdingTree.LearningNode |
newLearningNode(double[] initialClassObservations,
Classifier cl) |
activateLearningNode, calcByteSize, computeHoeffdingBound, deactivateAllLeaves, deactivateLearningNode, enforceTrackerLimit, estimateModelByteSizes, findLearningNodes, findLearningNodes, getModelDescription, getModelMeasurementsImpl, getPurposeString, getVotesForInstance, isRandomizable, 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 ClassOption learnerOption
protected HoeffdingTree.LearningNode newLearningNode(double[] initialClassObservations)
newLearningNode in class HoeffdingTreeprotected HoeffdingTree.LearningNode newLearningNode(double[] initialClassObservations, Classifier cl)
protected void attemptToSplit(HoeffdingTree.ActiveLearningNode node, HoeffdingTree.SplitNode parent, int parentIndex)
attemptToSplit in class HoeffdingTreeCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.