Uses of Class
org.apache.mahout.math.function.PlusMult

Packages that use PlusMult
org.apache.mahout.math.function Core interfaces for functions, comparisons and procedures on objects and primitive data types. 
 

Uses of PlusMult in org.apache.mahout.math.function
 

Methods in org.apache.mahout.math.function that return PlusMult
static PlusMult PlusMult.minusMult(double constant)
          a - b*constant.
static PlusMult PlusMult.plusMult(double constant)
          a + b*constant.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.