Uses of Class
org.apache.mahout.math.matrix.linalg.Property

Packages that use Property
org.apache.mahout.math.matrix.linalg Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
 

Uses of Property in org.apache.mahout.math.matrix.linalg
 

Fields in org.apache.mahout.math.matrix.linalg declared as Property
static Property Property.DEFAULT
          Deprecated. The default Property object; currently has tolerance()==1.0E-9.
static Property Property.TWELVE
          Deprecated. A Property object with tolerance()==1.0E-12.
static Property Property.ZERO
          Deprecated. A Property object with tolerance()==0.0.
 

Methods in org.apache.mahout.math.matrix.linalg that return Property
 Property Algebra.property()
          Deprecated. Returns the property object attached to this Algebra, defining tolerance.
 

Methods in org.apache.mahout.math.matrix.linalg with parameters of type Property
 void Algebra.setProperty(Property property)
          Deprecated. Attaches the given property object to this Algebra, defining tolerance.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.