| Package | Description |
|---|---|
| org.cognity.data | |
| org.cognity.neural.train |
| Modifier and Type | Method and Description |
|---|---|
DataExample |
DataSet.get(int index)
Returns a data example at specified position.
|
DataExample |
ListDataSet.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DataExample> |
ListDataSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ListDataSet.add(DataExample data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ListDataSet.addAll(Collection<? extends DataExample> collection) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
GradientDescent.trainExample(DataExample example)
Learn a single data example.
|
protected void |
Backpropagation.trainExample(DataExample example)
Learns a single pattern.
|
Copyright © 2012. All Rights Reserved.