Uses of Class
de.lmu.ifi.dbs.elki.math.linearalgebra.Centroid

Packages that use Centroid
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
 

Uses of Centroid in de.lmu.ifi.dbs.elki.math.linearalgebra
 

Subclasses of Centroid in de.lmu.ifi.dbs.elki.math.linearalgebra
 class ProjectedCentroid
          Centroid only using a subset of dimensions.
 

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra that return Centroid
static Centroid Centroid.make(Matrix mat)
          Static Constructor from an existing matrix columns.
static Centroid Centroid.make(Relation<? extends NumberVector<?,?>> relation)
          Static constructor from an existing relation.
static Centroid Centroid.make(Relation<? extends NumberVector<?,?>> relation, Iterable<DBID> ids)
          Static constructor from an existing relation.
 


Release 0.4.0 (2011-09-20_1324)