Uses of Package
moa.clusterers.outliers.utils.mtree
-
Classes in moa.clusterers.outliers.utils.mtree used by moa.clusterers.outliers.AbstractC Class Description DistanceFunctions.EuclideanCoordinate An interface to represent coordinates in Euclidean spaces. -
Classes in moa.clusterers.outliers.utils.mtree used by moa.clusterers.outliers.Angiulli Class Description DistanceFunctions.EuclideanCoordinate An interface to represent coordinates in Euclidean spaces. -
Classes in moa.clusterers.outliers.utils.mtree used by moa.clusterers.outliers.MCOD Class Description DistanceFunctions.EuclideanCoordinate An interface to represent coordinates in Euclidean spaces. -
Classes in moa.clusterers.outliers.utils.mtree used by moa.clusterers.outliers.SimpleCOD Class Description DistanceFunctions.EuclideanCoordinate An interface to represent coordinates in Euclidean spaces. -
Classes in moa.clusterers.outliers.utils.mtree used by moa.clusterers.outliers.utils.mtree Class Description DistanceFunction An object that can calculate the distance between two data objects.DistanceFunctions.EuclideanCoordinate An interface to represent coordinates in Euclidean spaces.MTree.Query AnIterable
class which can be iterated to fetch the results of a nearest-neighbors query.MTree.ResultItem The type of the results for nearest-neighbor queries.PartitionFunction An object with partitions a set of data into two sub-sets.PromotionFunction An object that chooses a pair from a set of data objects.SplitFunction Defines an object to be used to split a node in an M-Tree.SplitFunction.SplitResult An object used as the result for theSplitFunction.process(Set, DistanceFunction)
method.