org.encog.ca.universe
Interface UniverseCell
-
- All Known Subinterfaces:
- ContinuousCell, DiscreteCell
- All Known Implementing Classes:
- BasicContinuousCell, BasicDiscreteCell
public interface UniverseCell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidcopy(UniverseCell universeCell)doubleget(int i)doublegetAvg()voidrandomize()voidset(int i, double d)voidset(int i, double[] d)intsize()
-
-
-
Method Detail
-
randomize
void randomize()
-
copy
void copy(UniverseCell universeCell)
-
getAvg
double getAvg()
-
get
double get(int i)
-
set
void set(int i, double d)
-
set
void set(int i, double[] d)
-
size
int size()
-
-
DMelt 3.0 © DataMelt by jWork.ORG