org.encog.ca.universe
public interface ContinuousCell extends UniverseCell
Modifier and Type | Method and Description |
---|---|
void |
add(UniverseCell x) |
void |
clamp(double low,
double high) |
void |
multiply(UniverseCell mult) |
void |
set(int i,
double[] d) |
void add(UniverseCell x)
void multiply(UniverseCell mult)
void set(int i, double[] d)
set
in interface UniverseCell
void clamp(double low, double high)
Copyright © 2014. All Rights Reserved.