Uses of Class
kieker.analysis.generic.clustering.mtree.MTree
Package | Description |
---|---|
kieker.analysis.generic.clustering.mtree.nodes |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.generic.clustering.mtree.query |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.generic.clustering.optics |
-
Uses of MTree in kieker.analysis.generic.clustering.mtree.nodes
Methods in kieker.analysis.generic.clustering.mtree.nodes that return MTree Modifier and Type Method Description MTree<T>
AbstractNode. getMTree()
Methods in kieker.analysis.generic.clustering.mtree.nodes with parameters of type MTree Modifier and Type Method Description static <R> InternalNode<R>
NodeFactory. createInternalNode(MTree<R> mtree, R data)
static <R> LeafNode<R>
NodeFactory. createLeafNode(MTree<R> mtree, R data)
static <R> RootLeafNode<R>
NodeFactory. createRootLeafNode(MTree<R> mtree, R data)
static <R> RootNode<R>
NodeFactory. createRootNode(MTree<R> mtree, R data)
-
Uses of MTree in kieker.analysis.generic.clustering.mtree.query
Methods in kieker.analysis.generic.clustering.mtree.query that return MTree Modifier and Type Method Description MTree<T>
Query. getMTree()
-
Uses of MTree in kieker.analysis.generic.clustering.optics
Methods in kieker.analysis.generic.clustering.optics that return MTree Modifier and Type Method Description MTree<OpticsData<T>>
OPTICS. getMtree()
Methods in kieker.analysis.generic.clustering.optics that return types with arguments of type MTree Modifier and Type Method Description teetime.framework.InputPort<MTree<OpticsData<T>>>
OpticsStage. getMTreeInputPort()
Constructors in kieker.analysis.generic.clustering.optics with parameters of type MTree Constructor Description OPTICS(MTree<OpticsData<T>> mtree, double maxDistance, int minPTs, java.util.List<OpticsData<T>> models)