yawn.nn.gasart
Class GasRecognitionLayer

java.lang.Object
  extended by yawn.nn.Layer
      extended by yawn.nn.appart.RecognitionLayer
          extended by yawn.nn.gasart.GasRecognitionLayer

public class GasRecognitionLayer
extends RecognitionLayer

A GasART recognition (F2) layer $Id: GasRecognitionLayer.java,v 1.8 2005/04/07 17:28:27 supermarti Exp $

Version:
$Revision: 1.8 $
Author:
Luis Martí (luis dot marti at uc3m dot es)

Field Summary
 
Fields inherited from class yawn.nn.appart.RecognitionLayer
g, inputSize, normalizedActivations, normDone
 
Fields inherited from class yawn.nn.Layer
adapting, nextLayer, units
 
Constructor Summary
GasRecognitionLayer(Layer nextLayer, GainControlUnitOnMatching g, int i)
           
 
Method Summary
 void calculateNormalizedActivations()
          does nothing
 void deleteCategory(GasRecognitionNode unit)
           
 java.util.ArrayList getUnits()
           
 void learn()
           
 void makeNewCategory()
           
 void matching()
           
 void propagate()
           
 
Methods inherited from class yawn.nn.appart.RecognitionLayer
getNormalizedActivations, propagateToNextLayer, reset, setGF2, setInput
 
Methods inherited from class yawn.nn.Layer
connectWith, getActivations, getInputSize, getNodes, isAdapting, output, setAdapting, setInputSize, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GasRecognitionLayer

public GasRecognitionLayer(Layer nextLayer,
                           GainControlUnitOnMatching g,
                           int i)
Method Detail

learn

public void learn()
Overrides:
learn in class RecognitionLayer

getUnits

public java.util.ArrayList getUnits()

deleteCategory

public void deleteCategory(GasRecognitionNode unit)

calculateNormalizedActivations

public void calculateNormalizedActivations()
does nothing

Overrides:
calculateNormalizedActivations in class RecognitionLayer

makeNewCategory

public void makeNewCategory()
Overrides:
makeNewCategory in class RecognitionLayer

matching

public void matching()
Overrides:
matching in class RecognitionLayer

propagate

public void propagate()


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