JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
FlatNetwork
getFlat
()
Method Detail
getFlat
FlatNetwork
getFlat()
Returns:
The flat network associated with this neural network.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method