Package | Description |
---|---|
si.JDEXi |
Modifier and Type | Method and Description |
---|---|
static Model.Evaluation |
Model.Evaluation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Model.Evaluation[] |
Model.Evaluation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.evaluate(Model.Evaluation evalType,
boolean normalize)
Full evaluation method.
|
void |
Attribute.evaluate(Model.Evaluation evalType,
boolean normalize)
Full evaluation of this.attribute and its descendants.
|
void |
Attribute.prepareInputDistribution(Model.Evaluation evalType,
boolean normalize)
Prepare input value distribution of this.attribute (before evaluation).
|
void |
Attribute.prepareOutputDistribution(Model.Evaluation evalType,
boolean normalize)
Process output value distribution of this.attribute (after evaluation).
|