|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NeuralNetworkTopology in net.sourceforge.cilib.neuralnetwork.basicFFNN |
---|
Classes in net.sourceforge.cilib.neuralnetwork.basicFFNN that implement NeuralNetworkTopology | |
---|---|
class |
FFNNTopology
This is a basic Feedforward Neural network implementation. |
Methods in net.sourceforge.cilib.neuralnetwork.basicFFNN with parameters of type NeuralNetworkTopology | |
---|---|
void |
FFNNTrainingStrategy.setTopology(NeuralNetworkTopology topo)
|
Uses of NeuralNetworkTopology in net.sourceforge.cilib.neuralnetwork.foundation |
---|
Fields in net.sourceforge.cilib.neuralnetwork.foundation declared as NeuralNetworkTopology | |
---|---|
protected NeuralNetworkTopology |
EvaluationMediator.topology
|
Methods in net.sourceforge.cilib.neuralnetwork.foundation that return NeuralNetworkTopology | |
---|---|
NeuralNetworkTopology |
EvaluationMediator.getTopology()
|
NeuralNetworkTopology |
NeuralNetworkProblem.getTopology()
Deprecated. |
Methods in net.sourceforge.cilib.neuralnetwork.foundation with parameters of type NeuralNetworkTopology | |
---|---|
void |
TrainingStrategy.setTopology(NeuralNetworkTopology topo)
|
void |
EvaluationMediator.setTopology(NeuralNetworkTopology topology)
|
void |
NeuralNetworkProblem.setTopology(NeuralNetworkTopology topology)
Deprecated. |
Uses of NeuralNetworkTopology in net.sourceforge.cilib.neuralnetwork.foundation.measurements |
---|
Methods in net.sourceforge.cilib.neuralnetwork.foundation.measurements with parameters of type NeuralNetworkTopology | |
---|---|
void |
AreaUnderROC.setTopology(NeuralNetworkTopology topology)
|
Uses of NeuralNetworkTopology in net.sourceforge.cilib.neuralnetwork.generic |
---|
Classes in net.sourceforge.cilib.neuralnetwork.generic that implement NeuralNetworkTopology | |
---|---|
class |
GenericTopology
|
class |
LayeredGenericTopology
TODO: Complete this javadoc. |
Uses of NeuralNetworkTopology in net.sourceforge.cilib.neuralnetwork.generic.trainingstrategies |
---|
Methods in net.sourceforge.cilib.neuralnetwork.generic.trainingstrategies with parameters of type NeuralNetworkTopology | |
---|---|
void |
FFNN_GD_TrainingStrategy.setTopology(NeuralNetworkTopology topo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |