|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INeuralDirectedGraphable
The Interface INeuralDirectedGraphable.
Method Summary | |
---|---|
List<Integer> |
getAllLayersNumOfNeurons()
Gets the all layers num of neurons. |
int |
getInputLength(int layerIndex)
Gets the input length. |
int |
getLayerNumOfNeurons(int layerIndex)
Gets the layer num of neurons. |
List<Integer> |
getPredecessorsOf(int layerIndex)
Gets the predecessors of. |
List<Integer> |
getSuccessorsOf(int layerIndex)
Gets the successors of. |
void |
setAllLayersNumOfNeurons(List<Integer> nNeuronsPerLayer)
Sets the all layers num of neurons. |
Method Detail |
---|
List<Integer> getAllLayersNumOfNeurons()
int getInputLength(int layerIndex)
layerIndex
- the layer index
int getLayerNumOfNeurons(int layerIndex)
layerIndex
- the layer index
List<Integer> getPredecessorsOf(int layerIndex)
layerIndex
- the layer index
List<Integer> getSuccessorsOf(int layerIndex)
layerIndex
- the layer index
void setAllLayersNumOfNeurons(List<Integer> nNeuronsPerLayer)
nNeuronsPerLayer
- the new all layers num of neurons
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |