| Class | Description |
|---|---|
| InstancesHelper |
A helper class to expose instance values and macros for instance values to a
program
Exposes instance values of the current instance (see
InstancesHelper.setInstance(Instance) and InstancesHelper.setInstance(int) methods) as a1,
A1 or ATT1 etc where the number is the attribute index (starting with
1). |
| StatsHelper |
A helper class to expose a Stats object to a program
Exposes the following variables that correspond to Stats' fields:
MAX
MIN
MEAN
SD
COUNT
SUM
SUMSQUARED
|