org.encog.util.datastruct
Class WindowInt

java.lang.Object
  extended by org.encog.util.datastruct.WindowInt

public class WindowInt
extends Object


Constructor Summary
WindowInt(int size)
           
 
Method Summary
 void add(int i)
           
 int[] getData()
           
 void shift()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowInt

public WindowInt(int size)
Method Detail

size

public int size()

shift

public void shift()

add

public void add(int i)

getData

public int[] getData()


Copyright © 2014. All Rights Reserved.