org.encog.ml
Interface MLFactory

All Known Implementing Classes:
BasicNetwork

public interface MLFactory

This interface defines the fact that a class, or object, is having the ability to generate an Encog factory code from the objects instanciated state.


Method Summary
 String getFactoryArchitecture()
           
 String getFactoryType()
           
 

Method Detail

getFactoryType

String getFactoryType()
Returns:
The Encog factory type code.

getFactoryArchitecture

String getFactoryArchitecture()
Returns:
The Encog architecture code.


Copyright © 2014. All Rights Reserved.