Nengo.ca

ca.nengo.model
Interface Noise.Noisy

All Known Implementing Classes:
BasicOrigin, BiasOrigin, DecodedOrigin, NetworkArrayImpl.ArrayOrigin
Enclosing interface:
Noise

public static interface Noise.Noisy

An object that implements this interface is subject to Noise.


Method Summary
 Noise getNoise()
           
 void setNoise(Noise noise)
           
 

Method Detail

setNoise

void setNoise(Noise noise)
Parameters:
noise - New noise model

getNoise

Noise getNoise()
Returns:
Noise with which the object is to be corrupted

Nengo.ca