org.encog.neural.networks
Interface ContainsFlat

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

public interface ContainsFlat
extends MLMethod

Interface that specifies that a machine learning method contains a flat network.


Method Summary
 FlatNetwork getFlat()
           
 

Method Detail

getFlat

FlatNetwork getFlat()
Returns:
The flat network associated with this neural network.


Copyright © 2014. All Rights Reserved.