Package | Description |
---|---|
engine | |
engine.r |
Modifier and Type | Method and Description |
---|---|
static Engine.HIST_TYPES |
Engine.HIST_TYPES.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Engine.HIST_TYPES[] |
Engine.HIST_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.histogram(java.lang.String colName,
java.lang.Integer breaks,
Engine.HIST_TYPES type)
Create histogram for specific column, but not plot it.
|
Modifier and Type | Method and Description |
---|---|
void |
R_engine.histogram(java.lang.String colName,
java.lang.Integer breaks,
Engine.HIST_TYPES type) |