org.encog.ca.universe.basic
Class BasicCellFactory

java.lang.Object
  extended by org.encog.ca.universe.basic.BasicCellFactory
All Implemented Interfaces:
Serializable, UniverseCellFactory

public class BasicCellFactory
extends Object
implements UniverseCellFactory, Serializable

See Also:
Serialized Form

Constructor Summary
BasicCellFactory(int theSize, double theMin, double theMax)
           
BasicCellFactory(int theSize, int theCount)
           
 
Method Summary
 UniverseCell factor()
           
 int getElementCount()
           
 double getMax()
           
 double getMin()
           
 boolean isContinuous()
           
 boolean isDiscrete()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCellFactory

public BasicCellFactory(int theSize,
                        double theMin,
                        double theMax)

BasicCellFactory

public BasicCellFactory(int theSize,
                        int theCount)
Method Detail

isContinuous

public boolean isContinuous()

isDiscrete

public boolean isDiscrete()

factor

public UniverseCell factor()
Specified by:
factor in interface UniverseCellFactory

size

public int size()
Specified by:
size in interface UniverseCellFactory

getMin

public double getMin()

getMax

public double getMax()

getElementCount

public int getElementCount()


Copyright © 2014. All Rights Reserved.