|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeuralDirectedGraph | |
---|---|
com.marmoush.jann | |
com.marmoush.jann.sv | |
com.marmoush.jann.utils |
Uses of NeuralDirectedGraph in com.marmoush.jann |
---|
Methods in com.marmoush.jann that return NeuralDirectedGraph | |
---|---|
NeuralDirectedGraph |
NeuralNetwork.getNeuralGraph()
Gets the neural graph. |
Methods in com.marmoush.jann with parameters of type NeuralDirectedGraph | |
---|---|
void |
NeuralNetwork.setNeuralGraph(NeuralDirectedGraph neuralGraph)
Sets the neural graph. |
Uses of NeuralDirectedGraph in com.marmoush.jann.sv |
---|
Methods in com.marmoush.jann.sv that return NeuralDirectedGraph | |
---|---|
NeuralDirectedGraph |
SvNeuralNetwork.getNeuralGraph()
Gets the neural graph. |
Methods in com.marmoush.jann.sv with parameters of type NeuralDirectedGraph | |
---|---|
void |
SvNeuralNetwork.init(NeuralDirectedGraph neuralGraph)
Inits the. |
void |
SvNeuralNetwork.setNeuralGraph(NeuralDirectedGraph neuralGraph)
Sets the neural graph. |
Constructors in com.marmoush.jann.sv with parameters of type NeuralDirectedGraph | |
---|---|
SvNeuralNetwork(NeuralDirectedGraph neuralGraph)
Instantiates a new sv neural network. |
Uses of NeuralDirectedGraph in com.marmoush.jann.utils |
---|
Methods in com.marmoush.jann.utils with parameters of type NeuralDirectedGraph | |
---|---|
static void |
NetworkUtils.bpff(List<? extends Layer> net,
NeuralDirectedGraph ngraph)
Bpff. |
static DoubleMatrix |
NetworkUtils.getInputsConcatenatedForLayer(int layerIdx,
List<? extends Layer> net,
NeuralDirectedGraph ngraph)
Gets the inputs concatenated for layer. |
static void |
NetworkUtils.simulate(List<? extends Layer> net,
NeuralDirectedGraph ngraph)
Simulate. |
static void |
NetworkUtils.updateNetworkInput(List<? extends Layer> net,
NeuralDirectedGraph ngraph)
Update network input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |