org.encog.ca.universe.basic
public class BasicCellFactory extends Object implements UniverseCellFactory, Serializable
| Constructor and Description |
|---|
BasicCellFactory(int theSize,
double theMin,
double theMax) |
BasicCellFactory(int theSize,
int theCount) |
| Modifier and Type | Method and Description |
|---|---|
UniverseCell |
factor() |
int |
getElementCount() |
double |
getMax() |
double |
getMin() |
boolean |
isContinuous() |
boolean |
isDiscrete() |
int |
size() |
public BasicCellFactory(int theSize,
double theMin,
double theMax)
public BasicCellFactory(int theSize,
int theCount)
public boolean isContinuous()
public boolean isDiscrete()
public UniverseCell factor()
factor in interface UniverseCellFactorypublic int size()
size in interface UniverseCellFactorypublic double getMin()
public double getMax()
public int getElementCount()
Copyright © 2014. All Rights Reserved.