Modifier and Type | Class and Description |
---|---|
class |
CentroidLinkageMethod
Centroid linkage clustering method, aka UPGMC: Unweighted Pair-Group Method
using Centroids.
|
class |
CompleteLinkageMethod
Complete-linkage clustering method.
|
class |
GroupAverageLinkageMethod
Group-average linkage clustering method.
|
class |
MedianLinkageMethod
Median-linkage clustering method: Weighted pair group method using centroids
(WPGMC).
|
class |
SingleLinkageMethod
Single-linkage clustering method.
|
class |
SLINK<O,D extends Distance<D>>
Implementation of the efficient Single-Link Algorithm SLINK of R.
|
class |
WardLinkageMethod
Ward's method clustering method.
|
class |
WeightedAverageLinkageMethod
Weighted average linkage clustering method.
|
Modifier and Type | Class and Description |
---|---|
class |
LDOF<O,D extends NumberDistance<D,?>>
Computes the LDOF (Local Distance-Based Outlier Factor) for all objects of a
Database.
|
class |
LOCI<O,D extends NumberDistance<D,?>>
Fast Outlier Detection Using the "Local Correlation Integral".
|
class |
LOF<O,D extends NumberDistance<D,?>>
Algorithm to compute density-based local outlier factors in a database based
on a specified parameter
LOF.Parameterizer.K_ID (-lof.k ). |
class |
LoOP<O,D extends NumberDistance<D,?>>
LoOP: Local Outlier Probabilities
Distance/density based algorithm similar to LOF to detect outliers, but with
statistical methods to achieve better result stability.
|
class |
SimplifiedLOF<O,D extends NumberDistance<D,?>>
A simplified version of the original LOF algorithm, which does not use the
reachability distance, yielding less stable results on inliers.
|
Modifier and Type | Class and Description |
---|---|
class |
KDDCLIApplication
Provides a KDDCLIApplication that can be used to perform any algorithm
implementing
Algorithm using any DatabaseConnection
implementing DatabaseConnection . |
Modifier and Type | Class and Description |
---|---|
class |
ArcCosineDistanceFunction
Cosine distance function for feature vectors.
|
class |
BrayCurtisDistanceFunction
Bray-Curtis distance function / Sørensen–Dice coefficient for continuous
spaces.
|
class |
CanberraDistanceFunction
Canberra distance function, a variation of Manhattan distance.
|
class |
CosineDistanceFunction
Cosine distance function for feature vectors.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanDistanceFunction
Provides the Euclidean distance for FeatureVectors.
|
class |
LPNormDistanceFunction
Provides a LP-Norm for FeatureVectors.
|
class |
ManhattanDistanceFunction
Manhattan distance function to compute the Manhattan distance for a pair of
FeatureVectors.
|
class |
MaximumDistanceFunction
Maximum distance function to compute the Maximum distance for a pair of
FeatureVectors.
|
class |
MinimumDistanceFunction
Maximum distance function to compute the Minimum distance for a pair of
FeatureVectors.
|
class |
SquaredEuclideanDistanceFunction
Provides the squared Euclidean distance for FeatureVectors.
|
Modifier and Type | Class and Description |
---|---|
class |
OutlierROCCurve
Compute a ROC curve to evaluate a ranking algorithm and compute the
corresponding ROCAUC value.
|
Modifier and Type | Class and Description |
---|---|
class |
MiniGUI
Minimal GUI built around a table-based parameter editor.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiStepGUI
Experimenter-style multi step GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
MTreeFactory<O,D extends NumberDistance<D,?>>
Factory for a M-Tree
|
Modifier and Type | Class and Description |
---|---|
class |
MinimalisticMemoryKDTree<O extends NumberVector<?>>
Simple implementation of a static in-memory K-D-tree.
|
Modifier and Type | Class and Description |
---|---|
class |
RStarTreeFactory<O extends NumberVector<?>>
Factory for regular R*-Trees.
|
Modifier and Type | Class and Description |
---|---|
class |
SortTileRecursiveBulkSplit
Sort-Tile-Recursive aims at tiling the data space with a grid-like structure
for partitioning the dataset into the required number of buckets.
|
Modifier and Type | Class and Description |
---|---|
class |
Clarke1858SpheroidEarthModel
The Clarke 1858 spheroid earth model.
|
class |
Clarke1880SpheroidEarthModel
The Clarke 1880 spheroid earth model.
|
class |
GRS67SpheroidEarthModel
The GRS 67 spheroid earth model.
|
class |
GRS80SpheroidEarthModel
The GRS 80 spheroid earth model, without height model (so not a geoid, just a
spheroid!)
|
class |
WGS72SpheroidEarthModel
The WGS72 spheroid earth model, without height model.
|
class |
WGS84SpheroidEarthModel
The WGS84 spheroid earth model, without height model (so not a geoid, just a
spheroid!)
|
Modifier and Type | Class and Description |
---|---|
class |
ExponentiallyModifiedGaussianDistribution
Exponentially modified Gaussian (EMG) distribution (ExGaussian distribution)
is a combination of a normal distribution and an exponential distribution.
|
class |
LogNormalDistribution
Log-Normal distribution.
|
class |
NormalDistribution
Gaussian distribution aka normal distribution
|
Modifier and Type | Class and Description |
---|---|
class |
ResultVisualizer
Handler to process and visualize a Result.
|