|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FreeformLayer
Defines a freeform layer. A layer is a group of similar neurons.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||