Uses of Class
weka.filters.unsupervised.attribute.SavitzkyGolayRange
-
Packages that use SavitzkyGolayRange Package Description weka.filters.unsupervised.attribute -
-
Uses of SavitzkyGolayRange in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as SavitzkyGolayRange Modifier and Type Field Description protected SavitzkyGolayRange[]RangeBasedSavitzkyGolay. m_Rangesthe ranges to use.Methods in weka.filters.unsupervised.attribute that return SavitzkyGolayRange Modifier and Type Method Description SavitzkyGolayRange[]RangeBasedSavitzkyGolay. getRanges()Returns the ranges to use.Methods in weka.filters.unsupervised.attribute with parameters of type SavitzkyGolayRange Modifier and Type Method Description voidRangeBasedSavitzkyGolay. setRanges(SavitzkyGolayRange[] value)Sets the ranges to use.
-