org.encog.ml
Interface MLContext

All Superinterfaces:
MLMethod
All Known Implementing Classes:
BasicNetwork, FreeformNetwork

public interface MLContext
extends MLMethod

Defines a MLMethod that can hold context. This allows the context to be cleared. Examples of MLMethod objects that support this are NEAT, Elmann and Jordan.


Method Summary
 void clearContext()
          Clear the context.
 

Method Detail

clearContext

void clearContext()
Clear the context.



Copyright © 2014. All Rights Reserved.