Package weka.filters.unsupervised.attribute.detrend
-
Class Summary Class Description AbstractDetrend Ancestor for schemes that perform detrend.Mean Performs the correction using simply the mean.RangeBased Performs the correction using slopes/intercepts calculated for the defined ranges.