| Package | Description |
|---|---|
| org.xmcda |
| Modifier and Type | Method and Description |
|---|---|
Threshold.Type |
Threshold.getType()
Returns the type of the affine threshold.
|
static Threshold.Type |
Threshold.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Threshold.Type[] |
Threshold.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Threshold.setAffine(Threshold.Type type,
QualifiedValue<T> slope,
QualifiedValue<T> intercept)
Sets the slope, intercept and type for an affine threshold.
|
void |
Threshold.setType(Threshold.Type type)
Sets the threshold's type.
|
| Constructor and Description |
|---|
Threshold(Threshold.Type type,
QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.