| Package | Description |
|---|---|
| org.cognity.data | |
| org.cognity.data.io | |
| org.cognity.neural.train |
| Modifier and Type | Class and Description |
|---|---|
class |
ListDataSet
Implements a data set which stores all data examples in a list.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetImporter.importData() |
DataSet |
MatlabImporter.importData()
Imports the data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatlabExporter.exportData(DataSet set)
Exports specified data set to the file.
|
void |
DataSetExporter.exportData(DataSet set) |
| Modifier and Type | Method and Description |
|---|---|
void |
GradientDescent.train(DataSet set) |
void |
TrainingRule.train(DataSet dataSet)
Performs the training of a neural network.
|
Copyright © 2012. All Rights Reserved.