Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.ParameterizationFunction.ExtremumType

Packages that use ParameterizationFunction.ExtremumType
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
 

Uses of ParameterizationFunction.ExtremumType in de.lmu.ifi.dbs.elki.data
 

Fields in de.lmu.ifi.dbs.elki.data declared as ParameterizationFunction.ExtremumType
private  ParameterizationFunction.ExtremumType ParameterizationFunction.extremumType
          Holds the type of the global extremum.
 

Methods in de.lmu.ifi.dbs.elki.data that return ParameterizationFunction.ExtremumType
private  ParameterizationFunction.ExtremumType ParameterizationFunction.extremumType(int n, double[] alpha_extreme, HyperBoundingBox interval)
          Returns the type of the extremum at the specified alpha values.
 ParameterizationFunction.ExtremumType ParameterizationFunction.getGlobalExtremumType()
          Returns the type of the global extremum in interval [0,...
static ParameterizationFunction.ExtremumType ParameterizationFunction.ExtremumType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterizationFunction.ExtremumType[] ParameterizationFunction.ExtremumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Release 0.3 (2010-03-31_1612)