Uses of Class
yawn.nn.Layer

Packages that use Layer
yawn.nn   
yawn.nn.appart   
yawn.nn.gasart   
yawn.nn.mlp   
 

Uses of Layer in yawn.nn
 

Subclasses of Layer in yawn.nn
 class InputLayer
          An input (more or less dummy) layer.
 class OutputLayer
          An output layer.
 

Fields in yawn.nn declared as Layer
protected  Layer Layer.nextLayer
           
 

Methods in yawn.nn with parameters of type Layer
 void Layer.connectWith(Layer next)
           
 

Constructors in yawn.nn with parameters of type Layer
InputLayer(Layer nextLayer, int inputSize)
           
Layer(Layer nextLayer, int inputSize)
           
 

Uses of Layer in yawn.nn.appart
 

Subclasses of Layer in yawn.nn.appart
 class PredictionLayer
          A prediction (P) layer for AppART neural networks.
 class RecognitionLayer
          A recognition (F2) layer for AppART neural networks.
 

Fields in yawn.nn.appart declared as Layer
protected  Layer GainControlUnitOnMatching.adjunct
           
 

Constructors in yawn.nn.appart with parameters of type Layer
GainControlUnitOnMatching(double val, Layer l)
           
RecognitionLayer(Layer nextLayer, GainControlUnitOnMatching aGF2, int inputSize)
           
 

Uses of Layer in yawn.nn.gasart
 

Subclasses of Layer in yawn.nn.gasart
 class GasRecognitionLayer
          A GasART recognition (F2) layer $Id: GasRecognitionLayer.java,v 1.8 2005/04/07 17:28:27 supermarti Exp $
 

Constructors in yawn.nn.gasart with parameters of type Layer
GasRecognitionLayer(Layer nextLayer, GainControlUnitOnMatching g, int i)
           
 

Uses of Layer in yawn.nn.mlp
 

Subclasses of Layer in yawn.nn.mlp
 class MLPLayer
          This a layer is meant to be used in a Multi-Layer Perceptron.
 

Constructors in yawn.nn.mlp with parameters of type Layer
MLPLayer(Layer nextLayer, int inputSize, int nodesSize, java.lang.Class nodesClass)
           
 



Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.