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 BaseInterval
Bin. m_Interval
the range.Methods in adams.data.binning that return BaseInterval Modifier and Type Method Description BaseInterval
Bin. 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_Ranges
the 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 void
ByNumericRange. 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_Ranges
the 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 void
ByNumericRange. 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_Ranges
the 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 void
SubRange. 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_Ranges
the 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 void
NumericRangeCellRenderingCustomizer. 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 BaseInterval
AxisPanel. getRange()
Returns the current range of the axis.Methods in adams.gui.visualization.core with parameters of type BaseInterval Modifier and Type Method Description void
AxisPanel. 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 BaseInterval
RandomBoundingBox. m_RangeHeight
the range for the height.protected BaseInterval
RandomBoundingBox. m_RangeWidth
the range for the width.Methods in adams.gui.visualization.image.leftclick that return BaseInterval Modifier and Type Method Description BaseInterval
RandomBoundingBox. getRangeHeight()
Returns the pixel range for the bounding box height.BaseInterval
RandomBoundingBox. 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 void
RandomBoundingBox. setRangeHeight(BaseInterval value)
Sets the pixel range for the bounding box height.void
RandomBoundingBox. 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_Ranges
the 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 void
RangeBased. 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_Ranges
the 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 void
RangeBased. setRanges(BaseInterval[] value)
Sets the wave number ranges.
-