Uses of Interface
org.encog.ca.universe.UniverseCell

Packages that use UniverseCell
org.encog.ca.program.generic   
org.encog.ca.universe   
org.encog.ca.universe.basic   
 

Uses of UniverseCell in org.encog.ca.program.generic
 

Methods in org.encog.ca.program.generic that return UniverseCell
 UniverseCell Trans.calculate(UniverseCell x)
           
 UniverseCell Trans.getAdd1()
           
 UniverseCell Trans.getAdd2()
           
 UniverseCell Trans.getMult()
           
 

Methods in org.encog.ca.program.generic with parameters of type UniverseCell
 UniverseCell Trans.calculate(UniverseCell x)
           
 Trans GenericCA.findTrans(Set<Trans> s, UniverseCell c)
           
 

Uses of UniverseCell in org.encog.ca.universe
 

Subinterfaces of UniverseCell in org.encog.ca.universe
 interface ContinuousCell
           
 interface DiscreteCell
           
 

Methods in org.encog.ca.universe that return UniverseCell
 UniverseCell UniverseCellFactory.factor()
           
 UniverseCell Universe.get(int otherRow, int otherCol)
           
 

Methods in org.encog.ca.universe with parameters of type UniverseCell
 void ContinuousCell.add(UniverseCell x)
           
 void UniverseCell.copy(UniverseCell universeCell)
           
 void ContinuousCell.multiply(UniverseCell mult)
           
 

Uses of UniverseCell in org.encog.ca.universe.basic
 

Classes in org.encog.ca.universe.basic that implement UniverseCell
 class BasicContinuousCell
           
 class BasicDiscreteCell
           
 

Methods in org.encog.ca.universe.basic that return UniverseCell
 UniverseCell BasicCellFactory.factor()
           
 UniverseCell BasicUniverse.get(int row, int col)
           
 

Methods in org.encog.ca.universe.basic with parameters of type UniverseCell
 void BasicContinuousCell.add(UniverseCell otherCell)
           
 void BasicDiscreteCell.copy(UniverseCell sourceCell)
           
 void BasicContinuousCell.copy(UniverseCell sourceCell)
           
 void BasicContinuousCell.multiply(UniverseCell otherCell)
           
 



Copyright © 2014. All Rights Reserved.