org.encog.ca.universe.basic
Class BasicCellFactory
- java.lang.Object
-
- org.encog.ca.universe.basic.BasicCellFactory
-
- All Implemented Interfaces:
- java.io.Serializable, UniverseCellFactory
public class BasicCellFactory extends java.lang.Object implements UniverseCellFactory, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BasicCellFactory(int theSize, double theMin, double theMax)BasicCellFactory(int theSize, int theCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description UniverseCellfactor()intgetElementCount()doublegetMax()doublegetMin()booleanisContinuous()booleanisDiscrete()intsize()
-
-
-
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:
factorin interfaceUniverseCellFactory
-
size
public int size()
- Specified by:
sizein interfaceUniverseCellFactory
-
getMin
public double getMin()
-
getMax
public double getMax()
-
getElementCount
public int getElementCount()
-
-
DMelt 3.0 © DataMelt by jWork.ORG