org.encog.neural.networks
Interface ContextClearable

All Known Implementing Classes:
BasicNetwork, ContextLayer, NEATSynapse, SVMNetwork

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.



Copyright © 2011. All Rights Reserved.