| Package | Description |
|---|---|
| javax.visrec.ml.data |
| Modifier and Type | Method and Description |
|---|---|
DataSet.Type |
DataSet.Column.getType() |
static DataSet.Type |
DataSet.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSet.Type[] |
DataSet.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Column(String name,
DataSet.Type type,
boolean isTarget) |
Copyright © 2020. All rights reserved.