org.encog.ca.universe
Interface ContinuousCell

All Superinterfaces:
UniverseCell
All Known Implementing Classes:
BasicContinuousCell

public interface ContinuousCell
extends UniverseCell


Method Summary
 void add(UniverseCell x)
           
 void clamp(double low, double high)
           
 void multiply(UniverseCell mult)
           
 void set(int i, double[] d)
           
 
Methods inherited from interface org.encog.ca.universe.UniverseCell
copy, get, getAvg, randomize, set, size
 

Method Detail

add

void add(UniverseCell x)

multiply

void multiply(UniverseCell mult)

set

void set(int i,
         double[] d)
Specified by:
set in interface UniverseCell

clamp

void clamp(double low,
           double high)


Copyright © 2014. All Rights Reserved.