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_Ranges
the 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 void
RangeBasedSavitzkyGolay. setRanges(SavitzkyGolayRange[] value)
Sets the ranges to use.
-