public static enum MarketView.Confidence extends Enum<MarketView.Confidence>
Modifier and Type | Method and Description |
---|---|
static MarketView.Confidence |
getInstance(int exponent) |
double |
getScale(double base,
double factor) |
Scalar<?> |
getVarianceScale() |
Scalar<?> |
getVarianceScale(Number base) |
Scalar<?> |
getViewWeight()
tau
|
Scalar<?> |
getViewWeight(Number base)
tau
|
int |
intValue() |
static MarketView.Confidence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarketView.Confidence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarketView.Confidence NO
public static final MarketView.Confidence LOW
public static final MarketView.Confidence WHATEVER
public static final MarketView.Confidence SOME
public static final MarketView.Confidence HIGH
public static final MarketView.Confidence TOP
public static MarketView.Confidence[] values()
for (MarketView.Confidence c : MarketView.Confidence.values()) System.out.println(c);
public static MarketView.Confidence valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MarketView.Confidence getInstance(int exponent)
public double getScale(double base, double factor)
public final Scalar<?> getVarianceScale()
public final Scalar<?> getViewWeight()
public final int intValue()