jAER project on SourceForge

no.uio.ifi.jaer.chip.learning
Class Learning.Extractor

java.lang.Object
  extended by net.sf.jaer.chip.TypedEventExtractor
      extended by no.uio.ifi.jaer.chip.learning.Learning.Extractor
All Implemented Interfaces:
java.io.Serializable, EventExtractor2D
Enclosing class:
Learning

public class Learning.Extractor
extends TypedEventExtractor
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jaer.chip.TypedEventExtractor
chip, fliptype, flipx, flipy, hexArrangement, out, rotate, typemask, typeshift, xmask, xshift, ymask, yshift
 
Constructor Summary
Learning.Extractor(AEChip chip)
           
 
Method Summary
 
Methods inherited from class net.sf.jaer.chip.TypedEventExtractor
extractPacket, extractPacket, getAddressFromCell, getSubsampleThresholdEventCount, getTypeFromAddress, getTypemask, getTypeshift, getUsedBits, getXFromAddress, getXmask, getXshift, getYFromAddress, getYmask, getYshift, isFliptype, isFlipx, isFlipy, isSubsamplingEnabled, matchesAddress, reconstructRawPacket, setFliptype, setFlipx, setFlipy, setSubsampleThresholdEventCount, setSubsamplingEnabled, setTypemask, setTypeshift, setXmask, setXshift, setYmask, setYshift
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Learning.Extractor

public Learning.Extractor(AEChip chip)

jAER project on SourceForge