| Package | Description |
|---|---|
| com.github.chen0040.mlp.ann |
| Modifier and Type | Field and Description |
|---|---|
protected MLPLayer |
MLPNet.inputLayer |
MLPLayer |
MLPNet.outputLayer |
| Modifier and Type | Field and Description |
|---|---|
protected List<MLPLayer> |
MLPNet.hiddenLayers |
| Modifier and Type | Method and Description |
|---|---|
MLPLayer |
MLPNet.createInputLayer(int dimension) |
MLPLayer |
MLPNet.createOutputLayer(int dimension) |
| Modifier and Type | Method and Description |
|---|---|
void |
MLPLayer.copy(MLPLayer rhs) |
Copyright © 2017. All rights reserved.