Uses of Interface
org.apache.mahout.common.parameters.Parameter

Packages that use Parameter
org.apache.mahout.clustering  
org.apache.mahout.common.distance   
org.apache.mahout.common.parameters   
 

Uses of Parameter in org.apache.mahout.clustering
 

Methods in org.apache.mahout.clustering that return types with arguments of type Parameter
 Collection<Parameter<?>> AbstractCluster.getParameters()
           
 

Uses of Parameter in org.apache.mahout.common.distance
 

Methods in org.apache.mahout.common.distance that return types with arguments of type Parameter
 Collection<Parameter<?>> WeightedDistanceMeasure.getParameters()
           
 Collection<Parameter<?>> SquaredEuclideanDistanceMeasure.getParameters()
           
 Collection<Parameter<?>> MinkowskiDistanceMeasure.getParameters()
           
 Collection<Parameter<?>> ManhattanDistanceMeasure.getParameters()
           
 Collection<Parameter<?>> MahalanobisDistanceMeasure.getParameters()
           
 Collection<Parameter<?>> CosineDistanceMeasure.getParameters()
           
 Collection<Parameter<?>> ChebyshevDistanceMeasure.getParameters()
           
 

Uses of Parameter in org.apache.mahout.common.parameters
 

Classes in org.apache.mahout.common.parameters that implement Parameter
 class AbstractParameter<T>
           
 class ClassParameter
           
 class DoubleParameter
           
 class PathParameter
           
 

Methods in org.apache.mahout.common.parameters that return types with arguments of type Parameter
 Collection<Parameter<?>> Parametered.getParameters()
           
 Collection<Parameter<?>> AbstractParameter.getParameters()
           
 



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