Uses of Interface
de.lmu.ifi.dbs.elki.data.NumberVector
Package
Description
Basic classes for different data types, database object types and label types.
Linear Algebra package provides classes and computational methods for operations on matrices.
-
Uses of NumberVector in de.lmu.ifi.dbs.elki.data
Modifier and TypeInterfaceDescriptionstatic interface
NumberVector.Factory<V extends NumberVector<? extends N>,
N extends Number> Factory API for this feature vector. -
Uses of NumberVector in de.lmu.ifi.dbs.elki.math
Modifier and TypeMethodDescriptionstatic double
MathUtil.pearsonCorrelationCoefficient
(NumberVector<?> x, NumberVector<?> y) Provides the Pearson product-moment correlation coefficient for two FeatureVectors.static double
MathUtil.weightedPearsonCorrelationCoefficient
(NumberVector<?> x, NumberVector<?> y, double[] weights) Provides the Pearson product-moment correlation coefficient for two FeatureVectors.static double
MathUtil.weightedPearsonCorrelationCoefficient
(NumberVector<?> x, NumberVector<?> y, NumberVector<?> weights) Provides the Pearson product-moment correlation coefficient for two FeatureVectors. -
Uses of NumberVector in de.lmu.ifi.dbs.elki.math.linearalgebra
Modifier and TypeClassDescriptionclass
Provides a vector object that encapsulates an m x 1 - matrix object.