org.encog.neural.freeform
public interface FreeformLayer
Modifier and Type | Method and Description |
---|---|
void |
add(FreeformNeuron basicFreeformNeuron)
Add a neuron to this layer.
|
List<FreeformNeuron> |
getNeurons() |
boolean |
hasBias() |
void |
setActivation(int i,
double data)
Set the activation for the specified index.
|
int |
size() |
int |
sizeNonBias() |
void add(FreeformNeuron basicFreeformNeuron)
basicFreeformNeuron
- The neuron to add.List<FreeformNeuron> getNeurons()
boolean hasBias()
void setActivation(int i, double data)
i
- The index.data
- The data for that index.int size()
int sizeNonBias()
Copyright © 2014. All Rights Reserved.