Class AbstractNode<T>
java.lang.Object
kieker.analysis.generic.clustering.mtree.nodes.IndexItem<T>
kieker.analysis.generic.clustering.mtree.nodes.AbstractNode<T>
- Type Parameters:
T- data element type
- Direct Known Subclasses:
InternalNode,LeafNode,RootLeafNode,RootNode
- Since:
- 2.0.0
- Author:
- Eduardo R. D'Avila
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voidintcheck()protected voidvoidprotected voidprotected booleandoRemoveData(T data, double distance) protected intgetMTree()final booleanbooleanprotected AbstractNode<T>newSplitNodeReplacement(T data) booleanremoveData(T data, double distance) final Pair<AbstractNode<T>>voidupdateMetrics(IndexItem<T> child, double distance) voidupdateRadius(IndexItem<T> child) Methods inherited from class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
getData, getDistanceToParent, getRadius, setDistanceToParent
-
Field Details
-
rootness
-
leafness
-
-
Constructor Details
-
AbstractNode
-
-
Method Details
-
getChildren
-
addData
- Throws:
InternalErrorException
-
check
public int check() -
doAddData
- Throws:
InternalErrorException
-
doRemoveData
- Throws:
InternalErrorException
-
isMaxCapacityExceeded
- Throws:
InternalErrorException
-
splitNodes
- Throws:
InternalErrorException
-
newSplitNodeReplacement
-
addChild
- Throws:
InternalErrorException
-
removeData
- Throws:
InternalErrorException
-
isNodeUnderCapacity
- Throws:
InternalErrorException
-
getMinCapacity
- Throws:
InternalErrorException
-
updateMetrics
-
updateRadius
-
checkMinCapacity
public void checkMinCapacity() -
checkDistanceToParent
protected void checkDistanceToParent()- Overrides:
checkDistanceToParentin classIndexItem<T>
-
getMTree
-