| Package | Description |
|---|---|
| com.github.chen0040.mlp.ann | |
| com.github.chen0040.mlp.functions |
| Modifier and Type | Method and Description |
|---|---|
TransferFunction |
MLPLayer.getTransfer() |
| Modifier and Type | Method and Description |
|---|---|
void |
MLPNet.addHiddenLayer(int neuron_count,
TransferFunction transfer_function) |
void |
MLPLayer.setTransfer(TransferFunction transfer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransferFunction
Created by xschen on 5/9/15.
|
class |
LogSig |
Copyright © 2017. All rights reserved.