Uses of Interface
de.lmu.ifi.dbs.elki.data.NumberVector
Packages that use 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
Classes in de.lmu.ifi.dbs.elki.data with type parameters of type NumberVectorModifier 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
Methods in de.lmu.ifi.dbs.elki.math with parameters of type NumberVectorModifier 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
Classes in de.lmu.ifi.dbs.elki.math.linearalgebra that implement NumberVectorModifier and TypeClassDescriptionclass
Provides a vector object that encapsulates an m x 1 - matrix object.