Uses of Class
weka.filters.unsupervised.attribute.InterquartileRange.ValueType

Packages that use InterquartileRange.ValueType
weka.filters.unsupervised.attribute   
 

Uses of InterquartileRange.ValueType in weka.filters.unsupervised.attribute
 

Methods in weka.filters.unsupervised.attribute that return InterquartileRange.ValueType
static InterquartileRange.ValueType InterquartileRange.ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterquartileRange.ValueType[] InterquartileRange.ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in weka.filters.unsupervised.attribute with parameters of type InterquartileRange.ValueType
 double[] InterquartileRange.getValues(InterquartileRange.ValueType type)
          Returns the values for the specified type.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.