Uses of Class
adams.core.base.BaseInterval
-
-
Uses of BaseInterval in adams.data.binning
Fields in adams.data.binning declared as BaseInterval Modifier and Type Field Description protected BaseIntervalBin. m_Intervalthe range.Methods in adams.data.binning that return BaseInterval Modifier and Type Method Description BaseIntervalBin. getInterval()Returns the complete interval of the bin.Constructors in adams.data.binning with parameters of type BaseInterval Constructor Description Bin(int index, double start, double end, BaseInterval interval)Initializes the bin. -
Uses of BaseInterval in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as BaseInterval Modifier and Type Field Description protected BaseInterval[]ByNumericRange. m_Rangesthe intervals.Methods in adams.data.spreadsheet.rowfinder that return BaseInterval Modifier and Type Method Description BaseInterval[]ByNumericRange. getRanges()Returns the intervals.Methods in adams.data.spreadsheet.rowfinder with parameters of type BaseInterval Modifier and Type Method Description voidByNumericRange. setRanges(BaseInterval[] value)Sets the intervals. -
Uses of BaseInterval in adams.data.weka.rowfinder
Fields in adams.data.weka.rowfinder declared as BaseInterval Modifier and Type Field Description protected BaseInterval[]ByNumericRange. m_Rangesthe intervals.Methods in adams.data.weka.rowfinder that return BaseInterval Modifier and Type Method Description BaseInterval[]ByNumericRange. getRanges()Returns the intervals.Methods in adams.data.weka.rowfinder with parameters of type BaseInterval Modifier and Type Method Description voidByNumericRange. setRanges(BaseInterval[] value)Sets the intervals. -
Uses of BaseInterval in adams.flow.transformer.wekaevaluationpostprocessor
Fields in adams.flow.transformer.wekaevaluationpostprocessor declared as BaseInterval Modifier and Type Field Description protected BaseInterval[]SubRange. m_Rangesthe intervals.Methods in adams.flow.transformer.wekaevaluationpostprocessor that return BaseInterval Modifier and Type Method Description BaseInterval[]SubRange. getRanges()Returns the ranges to include.Methods in adams.flow.transformer.wekaevaluationpostprocessor with parameters of type BaseInterval Modifier and Type Method Description voidSubRange. setRanges(BaseInterval[] value)Sets the ranges to include. -
Uses of BaseInterval in adams.gui.core.spreadsheettable
Fields in adams.gui.core.spreadsheettable declared as BaseInterval Modifier and Type Field Description protected BaseInterval[]NumericRangeCellRenderingCustomizer. m_Rangesthe intervals.Methods in adams.gui.core.spreadsheettable that return BaseInterval Modifier and Type Method Description BaseInterval[]NumericRangeCellRenderingCustomizer. getRanges()Returns the intervals.Methods in adams.gui.core.spreadsheettable with parameters of type BaseInterval Modifier and Type Method Description voidNumericRangeCellRenderingCustomizer. setRanges(BaseInterval[] value)Sets the intervals. -
Uses of BaseInterval in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return BaseInterval Modifier and Type Method Description BaseIntervalAxisPanel. getRange()Returns the current range of the axis.Methods in adams.gui.visualization.core with parameters of type BaseInterval Modifier and Type Method Description voidAxisPanel. setRange(BaseInterval value)Sets the current range of the axis. -
Uses of BaseInterval in adams.gui.visualization.image.leftclick
Fields in adams.gui.visualization.image.leftclick declared as BaseInterval Modifier and Type Field Description protected BaseIntervalRandomBoundingBox. m_RangeHeightthe range for the height.protected BaseIntervalRandomBoundingBox. m_RangeWidththe range for the width.Methods in adams.gui.visualization.image.leftclick that return BaseInterval Modifier and Type Method Description BaseIntervalRandomBoundingBox. getRangeHeight()Returns the pixel range for the bounding box height.BaseIntervalRandomBoundingBox. getRangeWidth()Returns the pixel range for the bounding box width.Methods in adams.gui.visualization.image.leftclick with parameters of type BaseInterval Modifier and Type Method Description voidRandomBoundingBox. setRangeHeight(BaseInterval value)Sets the pixel range for the bounding box height.voidRandomBoundingBox. setRangeWidth(BaseInterval value)Sets the pixel range for the bounding box width. -
Uses of BaseInterval in weka.filters.unsupervised.attribute.detrend
Fields in weka.filters.unsupervised.attribute.detrend declared as BaseInterval Modifier and Type Field Description protected BaseInterval[]RangeBased. m_Rangesthe ranges to calculate the intercept/slope for.Methods in weka.filters.unsupervised.attribute.detrend that return BaseInterval Modifier and Type Method Description BaseInterval[]RangeBased. getRanges()Returns the wave number ranges.Methods in weka.filters.unsupervised.attribute.detrend with parameters of type BaseInterval Modifier and Type Method Description voidRangeBased. setRanges(BaseInterval[] value)Sets the wave number ranges. -
Uses of BaseInterval in weka.filters.unsupervised.attribute.multiplicativescattercorrection
Fields in weka.filters.unsupervised.attribute.multiplicativescattercorrection declared as BaseInterval Modifier and Type Field Description protected BaseInterval[]RangeBased. m_Rangesthe ranges to calculate the intercept/slope for.Methods in weka.filters.unsupervised.attribute.multiplicativescattercorrection that return BaseInterval Modifier and Type Method Description BaseInterval[]RangeBased. getRanges()Returns the wave number ranges.Methods in weka.filters.unsupervised.attribute.multiplicativescattercorrection with parameters of type BaseInterval Modifier and Type Method Description voidRangeBased. setRanges(BaseInterval[] value)Sets the wave number ranges.
-