Uses of Interface
elki.math.statistics.dependence.Dependence
-
Packages that use Dependence Package Description elki.math.statistics.dependence Statistical measures of dependence, such as correlation.elki.visualization.parallel3d 3DPC: 3D parallel coordinate plot visualization for ELKI.elki.visualization.parallel3d.layout Layouting algorithms for 3D parallel coordinate plots. -
-
Uses of Dependence in elki.math.statistics.dependence
Classes in elki.math.statistics.dependence that implement Dependence Modifier and Type Class Description classDCorDistance correlation.classHiCSDependenceUse the statistical tests as used by HiCS to measure dependence of variables.classHoeffdingsDCalculate Hoeffding's D as a measure of dependence.classHoughSpaceMeasureHSM: Compute the "interestingness" of dimension connections using the Hough transformation.classJensenShannonEquiwidthDependenceJensen-Shannon Divergence is closely related to mutual information.classMaximumConditionalEntropyCompute a mutual information based dependence measure using a nested means discretization, originally proposed for ordering axes in parallel coordinate plots.classMCDEDependenceImplementation of bivariate Monte Carlo Density Estimation as described inclassMutualInformationEquiwidthDependenceMutual Information (MI) dependence measure by dividing each attribute into equal-width bins.classPearsonCorrelationDependencePearson product-moment correlation coefficient.classSlopeDependenceArrange dimensions based on the entropy of the slope spectrum.classSlopeInversionDependenceArrange dimensions based on the entropy of the slope spectrum.classSpearmanCorrelationDependenceSpearman rank-correlation coefficient, also known as Spearmans Rho.classSURFINGDependenceCompute the similarity of dimensions using the SURFING score. -
Uses of Dependence in elki.visualization.parallel3d
Fields in elki.visualization.parallel3d declared as Dependence Modifier and Type Field Description DependenceOpenGL3DParallelCoordinates.Settings. simSimilarity measure in use. -
Uses of Dependence in elki.visualization.parallel3d.layout
Fields in elki.visualization.parallel3d.layout declared as Dependence Modifier and Type Field Description (package private) DependenceAbstractLayout3DPC.Par. simSimilarity measure(package private) DependenceAbstractLayout3DPC. simSimilarity measureMethods in elki.visualization.parallel3d.layout that return Dependence Modifier and Type Method Description DependenceAbstractLayout3DPC. getSimilarity()DependenceSimilarityBasedLayouter3DPC. getSimilarity()Get the similarity measure to use.Methods in elki.visualization.parallel3d.layout with parameters of type Dependence Modifier and Type Method Description static double[]AbstractLayout3DPC. computeSimilarityMatrix(Dependence sim, Relation<? extends NumberVector> rel)Compute a column-wise dependency matrix for the given relation.Constructors in elki.visualization.parallel3d.layout with parameters of type Dependence Constructor Description AbstractLayout3DPC(Dependence sim)Constructor.CompactCircularMSTLayout3DPC(Dependence sim)Constructor.MultidimensionalScalingMSTLayout3DPC(Dependence sim)Constructor.SimpleCircularMSTLayout3DPC(Dependence sim)Constructor.
-