|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueRange | |
|---|---|
| com.rapidminer.gui.new_plotter.configuration | |
| com.rapidminer.gui.new_plotter.data | |
| com.rapidminer.gui.new_plotter.listener.events | |
| com.rapidminer.gui.new_plotter.utility | |
| Uses of ValueRange in com.rapidminer.gui.new_plotter.configuration |
|---|
| Methods in com.rapidminer.gui.new_plotter.configuration that return ValueRange | |
|---|---|
ValueRange |
GroupCellKey.getRangeForDimension(DimensionConfig.PlotDimension d)
|
ValueRange |
DimensionConfig.getUserDefinedRangeClone(DataTable dataTable)
Returns the range of data which is used to create the diagram. |
ValueRange |
DefaultDimensionConfig.getUserDefinedRangeClone(DataTable dataTable)
|
ValueRange |
DomainConfigManager.getUserDefinedRangeClone(DataTable dataTable)
|
| Methods in com.rapidminer.gui.new_plotter.configuration that return types with arguments of type ValueRange | |
|---|---|
java.util.List<ValueRange> |
AggregationWindowing.applyOnGrouping(java.util.List<ValueRange> grouping)
Creates a new grouping model (i.e. a list of ValueRanges)
with this aggregation windowing applied. |
protected java.util.List<ValueRange> |
EqualDataFractionGrouping.createGroupingModel(DataTable dataTable,
double upperBound,
double lowerBound)
|
protected java.util.List<ValueRange> |
DistinctValueGrouping.createGroupingModel(DataTable dataTable,
double upperBound,
double lowerBound)
|
protected java.util.List<ValueRange> |
EquidistantFixedBinCountBinning.createGroupingModel(DataTable data,
double userDefinedUpperDimensionBound,
double userDefinedLowerDimensionBound)
|
protected abstract java.util.List<ValueRange> |
AbstractValueGrouping.createGroupingModel(DataTable data,
double upperBound,
double lowerBound)
Returns an up-to-date grouping model without cumulation applied. |
java.util.List<ValueRange> |
ValueGrouping.getGroupingModel(DataTable data,
double upperBoud,
double lowerBound)
|
java.util.List<ValueRange> |
AbstractValueGrouping.getGroupingModel(DataTable data,
double upperBound,
double lowerBound)
|
| Methods in com.rapidminer.gui.new_plotter.configuration with parameters of type ValueRange | |
|---|---|
void |
GroupCellKey.setRangeForDimension(DimensionConfig.PlotDimension d,
ValueRange range)
|
| Method parameters in com.rapidminer.gui.new_plotter.configuration with type arguments of type ValueRange | |
|---|---|
protected void |
DistinctValueGrouping.applyAdaptiveVisualRounding(java.util.List<ValueRange> valueGroups,
boolean valuesAreDates)
|
protected void |
AbstractValueGrouping.applyAdaptiveVisualRounding(java.util.List<ValueRange> valueGroups,
boolean valuesAreDates)
|
java.util.List<ValueRange> |
AggregationWindowing.applyOnGrouping(java.util.List<ValueRange> grouping)
Creates a new grouping model (i.e. a list of ValueRanges)
with this aggregation windowing applied. |
| Constructor parameters in com.rapidminer.gui.new_plotter.configuration with type arguments of type ValueRange | |
|---|---|
GroupCellKey(java.util.Map<DimensionConfig.PlotDimension,ValueRange> groupCell)
|
|
| Uses of ValueRange in com.rapidminer.gui.new_plotter.data |
|---|
| Methods in com.rapidminer.gui.new_plotter.data that return types with arguments of type ValueRange | |
|---|---|
java.util.List<ValueRange> |
DimensionConfigData.getGroupingModel()
May not contain null values. |
| Uses of ValueRange in com.rapidminer.gui.new_plotter.listener.events |
|---|
| Methods in com.rapidminer.gui.new_plotter.listener.events that return ValueRange | |
|---|---|
ValueRange |
ValueRangeChangeEvent.getSource()
|
| Constructors in com.rapidminer.gui.new_plotter.listener.events with parameters of type ValueRange | |
|---|---|
ValueRangeChangeEvent(ValueRange source,
ValueRangeChangeEvent.ValueRangeChangeType type)
Allowed ValueRangeChangeEvent.ValueRangeChangeTypes are RESET or ABOUT_TO_CHANGE_AUTORANGE |
|
ValueRangeChangeEvent(ValueRange source,
ValueRangeChangeEvent.ValueRangeChangeType type,
boolean useBoundary)
|
|
ValueRangeChangeEvent(ValueRange source,
ValueRangeChangeEvent.ValueRangeChangeType type,
java.lang.Double bound)
Allowed ValueRangeChangeEvent.ValueRangeChangeTypes are UPPER_BOUND or LOWER_BOUND |
|
| Uses of ValueRange in com.rapidminer.gui.new_plotter.utility |
|---|
| Classes in com.rapidminer.gui.new_plotter.utility that implement ValueRange | |
|---|---|
class |
AbstractValueRange
Value range that is a abstract superclass for most value ranges. |
class |
AggregatedValueRange
A value range which holds a list of other value ranges. |
class |
NumericalValueRange
A numerical range. |
class |
SayNoValueRange
|
class |
SingleValueValueRange
Value range that contains only one single value. |
| Methods in com.rapidminer.gui.new_plotter.utility that return ValueRange | |
|---|---|
abstract ValueRange |
AbstractValueRange.clone()
|
ValueRange |
SingleValueValueRange.clone()
|
ValueRange |
ValueRange.clone()
|
ValueRange |
SayNoValueRange.clone()
|
ValueRange |
AggregatedValueRange.clone()
|
| Methods in com.rapidminer.gui.new_plotter.utility that return types with arguments of type ValueRange | |
|---|---|
java.util.List<ValueRange> |
SortProvider.sortGroups(java.util.List<ValueRange> valueGroups)
Sorts the provided list of ValueRanges. |
| Methods in com.rapidminer.gui.new_plotter.utility with parameters of type ValueRange | |
|---|---|
void |
AggregatedValueRange.addSubRange(ValueRange subRange)
|
| Method parameters in com.rapidminer.gui.new_plotter.utility with type arguments of type ValueRange | |
|---|---|
java.util.List<ValueRange> |
SortProvider.sortGroups(java.util.List<ValueRange> valueGroups)
Sorts the provided list of ValueRanges. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||