|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.guide.form.TargetStrategy
inetsoft.graph.guide.form.QuantileStrategy
public class QuantileStrategy
Calculates Quantiles
| Field Summary |
|---|
| Fields inherited from class inetsoft.graph.guide.form.TargetStrategy |
|---|
sortedIndices |
| Constructor Summary | |
|---|---|
QuantileStrategy()
Convenience constructor. |
|
QuantileStrategy(int numberOfQuantiles)
Initialize with a number of quantiles. |
|
| Method Summary | |
|---|---|
protected String[] |
generateDefaultLabels(double[] bandBoundaries,
boolean dateTarget)
Generate labels for boundary lines using the line boundaries. |
static String |
getGenericLabel()
Gets the label(for description). |
int |
getNumberOfQuantiles()
|
protected double[] |
getRuntimeBoundaries(double[] data)
Generate the runtime boundary values in original order. |
protected void |
reorderValues(Integer[] indices)
|
void |
setNumberOfQuantiles(int numberOfQuantiles)
Set the number of qunatiles to split the data into. |
| Methods inherited from class inetsoft.graph.guide.form.TargetStrategy |
|---|
calculateBoundaries, generateLabels |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuantileStrategy()
public QuantileStrategy(int numberOfQuantiles)
| Method Detail |
|---|
protected double[] getRuntimeBoundaries(double[] data)
getRuntimeBoundaries in class TargetStrategyprotected void reorderValues(Integer[] indices)
reorderValues in class TargetStrategypublic static String getGenericLabel()
protected String[] generateDefaultLabels(double[] bandBoundaries,
boolean dateTarget)
generateDefaultLabels in class TargetStrategypublic int getNumberOfQuantiles()
public void setNumberOfQuantiles(int numberOfQuantiles)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||