The Encog Project

org.encog.neural.networks
Interface ContextClearable

All Known Implementing Classes:
BasicNetwork, ContextLayer

public interface ContextClearable

Allows the clearContext method to be called. If the layer has a context that can be cleared, it should support this interface.


Method Summary
 void clearContext()
          Clear the context for this layer.
 

Method Detail

clearContext

void clearContext()
Clear the context for this layer.


The Encog Project