Uses of Class
weka.filters.unsupervised.attribute.detrend.AbstractDetrend
-
Packages that use AbstractDetrend Package Description weka.filters.unsupervised.attribute weka.filters.unsupervised.attribute.detrend -
-
Uses of AbstractDetrend in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as AbstractDetrend Modifier and Type Field Description protected AbstractDetrendDetrend. m_Correctionthe correction to use.protected AbstractDetrendSimpleDetrend. m_Correctionthe correction to use.Methods in weka.filters.unsupervised.attribute that return AbstractDetrend Modifier and Type Method Description AbstractDetrendDetrend. getCorrection()Returns the correction scheme to apply.AbstractDetrendSimpleDetrend. getCorrection()Returns the correction scheme to apply.protected AbstractDetrendDetrend. getDefaultCorrection()Returns the default correction scheme.protected AbstractDetrendSimpleDetrend. getDefaultCorrection()Returns the default correction scheme.Methods in weka.filters.unsupervised.attribute with parameters of type AbstractDetrend Modifier and Type Method Description voidDetrend. setCorrection(AbstractDetrend value)Sets the correction scheme to apply.voidSimpleDetrend. setCorrection(AbstractDetrend value)Sets the correction scheme to apply. -
Uses of AbstractDetrend in weka.filters.unsupervised.attribute.detrend
Subclasses of AbstractDetrend in weka.filters.unsupervised.attribute.detrend Modifier and Type Class Description classMeanPerforms the correction using simply the mean.classRangeBasedPerforms the correction using slopes/intercepts calculated for the defined ranges.
-