org.encog.ca.universe.basic
Class BasicCellFactory
java.lang.Object
org.encog.ca.universe.basic.BasicCellFactory
- All Implemented Interfaces:
- Serializable, UniverseCellFactory
public class BasicCellFactory
- extends Object
- implements UniverseCellFactory, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCellFactory
public BasicCellFactory(int theSize,
double theMin,
double theMax)
BasicCellFactory
public BasicCellFactory(int theSize,
int theCount)
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.