| Package | Description |
|---|---|
| org.encog.ml.data.versatile | |
| org.encog.ml.data.versatile.columns | |
| org.encog.ml.data.versatile.normalizers.strategies |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
VersatileMLDataSet.defineSourceColumn(String name,
ColumnType colType)
Define a source column.
|
ColumnDefinition |
VersatileMLDataSet.defineSourceColumn(String name,
int index,
ColumnType colType)
Define a source column.
|
ColumnDefinition |
NormalizationHelper.defineSourceColumn(String name,
int index,
ColumnType colType)
Define a source column.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ColumnDefinition.getDataType() |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setDataType(ColumnType dataType) |
| Constructor and Description |
|---|
ColumnDefinition(String theName,
ColumnType theDataType)
The column definition.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ColumnType,Normalizer> |
BasicNormalizationStrategy.getInputNormalizers() |
Map<ColumnType,Normalizer> |
BasicNormalizationStrategy.getOutputNormalizers() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicNormalizationStrategy.assignInputNormalizer(ColumnType colType,
Normalizer norm)
Assign a normalizer to the specified column type for output.
|
void |
BasicNormalizationStrategy.assignOutputNormalizer(ColumnType colType,
Normalizer norm)
Assign a normalizer to the specified column type for output.
|
Copyright © 2014. All Rights Reserved.