|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeuralNetwork | |
---|---|
yawn.config | |
yawn.nn.appart | |
yawn.nn.committee | |
yawn.nn.fuzzyartmap | |
yawn.nn.gasart | |
yawn.nn.mlp | |
yawn.nn.mlp.smart | |
yawn.optim | |
yawn.optim.genetic | |
yawn.util |
Uses of NeuralNetwork in yawn.config |
---|
Methods in yawn.config that return NeuralNetwork | |
---|---|
NeuralNetwork |
NeuralNetworkConfig.configuredNetworkFactory()
A factory of ready to train (and use) neural networks |
Uses of NeuralNetwork in yawn.nn.appart |
---|
Subclasses of NeuralNetwork in yawn.nn.appart | |
---|---|
class |
AppArt
This class implements the AppART neural network. |
Methods in yawn.nn.appart that return NeuralNetwork | |
---|---|
NeuralNetwork |
AppArtConfig.configuredNetworkFactory()
|
Uses of NeuralNetwork in yawn.nn.committee |
---|
Subclasses of NeuralNetwork in yawn.nn.committee | |
---|---|
class |
NetworkCommittee
A committe or set of neural networks to be trained and used concurrently to provide a consistent learning experiment and predictions. |
Methods in yawn.nn.committee with parameters of type NeuralNetwork | |
---|---|
void |
NetworkCommittee.addCommitteeMembers(NeuralNetwork member)
|
Constructors in yawn.nn.committee with parameters of type NeuralNetwork | |
---|---|
NetworkCommittee.TrainRunner(NeuralNetwork network,
InputOutputPattern[] iops)
|
Uses of NeuralNetwork in yawn.nn.fuzzyartmap |
---|
Subclasses of NeuralNetwork in yawn.nn.fuzzyartmap | |
---|---|
class |
FuzzyArtMap
Implements the Fuzzy ARTMAP neural network, as described in |
Methods in yawn.nn.fuzzyartmap that return NeuralNetwork | |
---|---|
protected NeuralNetwork |
FuzzyArtMapJGapAdapter.buildNeuralNetworkFromChromosome(org.jgap.Chromosome chromosome)
|
Uses of NeuralNetwork in yawn.nn.gasart |
---|
Subclasses of NeuralNetwork in yawn.nn.gasart | |
---|---|
class |
GasArt
This class implements the GasArt neural network. |
Uses of NeuralNetwork in yawn.nn.mlp |
---|
Subclasses of NeuralNetwork in yawn.nn.mlp | |
---|---|
class |
MultiLayerPerceptron
A multi-layer perceptron with backpropagation of errors learning. |
Uses of NeuralNetwork in yawn.nn.mlp.smart |
---|
Subclasses of NeuralNetwork in yawn.nn.mlp.smart | |
---|---|
class |
SmartMultiLayerPerceptron
This is yawn.nn.mlp.SmartMultiLayerPerceptron part of the yawn project. |
Uses of NeuralNetwork in yawn.optim |
---|
Subclasses of NeuralNetwork in yawn.optim | |
---|---|
class |
ParamerFitter
This is yawn.optim.ParamerFitter, part of the yawn project. |
Uses of NeuralNetwork in yawn.optim.genetic |
---|
Subclasses of NeuralNetwork in yawn.optim.genetic | |
---|---|
class |
GeneticParameterFitter
This is yawn.optim.GeneticParameterFitter, part of the yawn project. |
Fields in yawn.optim.genetic declared as NeuralNetwork | |
---|---|
protected NeuralNetwork |
GeneticParameterFitter.fittedModel
|
Methods in yawn.optim.genetic that return NeuralNetwork | |
---|---|
protected abstract NeuralNetwork |
JGapAdapter.buildNeuralNetworkFromChromosome(org.jgap.Chromosome chromosome)
|
NeuralNetwork |
GeneticParameterFitter.getFittedModel()
|
Methods in yawn.optim.genetic with parameters of type NeuralNetwork | |
---|---|
void |
GeneticParameterFitter.setFittedModel(NeuralNetwork fittedModel)
|
Uses of NeuralNetwork in yawn.util |
---|
Methods in yawn.util with parameters of type NeuralNetwork | |
---|---|
double |
StatisticsFacility.computePredictionError(NeuralNetwork network,
InputOutputPattern[] set)
|
double |
DefaultStatisticsFacility.computePredictionError(NeuralNetwork network,
InputOutputPattern[] set)
Calculates the prediction error as the mean squared error |
protected Pattern[] |
DefaultStatisticsFacility.getPredictions(NeuralNetwork net,
InputOutputPattern[] set)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |