org.encog.ca.universe
Interface ContinuousCell
-
- All Superinterfaces:
- UniverseCell
- All Known Implementing Classes:
- BasicContinuousCell
public interface ContinuousCell extends UniverseCell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidadd(UniverseCell x)voidclamp(double low, double high)voidmultiply(UniverseCell mult)voidset(int i, double[] d)
-
-
-
Method Detail
-
add
void add(UniverseCell x)
-
multiply
void multiply(UniverseCell mult)
-
set
void set(int i, double[] d)- Specified by:
setin interfaceUniverseCell
-
clamp
void clamp(double low, double high)
-
-
DMelt 3.0 © DataMelt by jWork.ORG