Uses of Interface
org.encog.engine.EngineMachineLearning

Packages that use EngineMachineLearning
org.encog.engine   
org.encog.engine.network.flat   
org.encog.engine.validate   
org.encog.neural.networks   
org.encog.neural.networks.structure   
org.encog.neural.networks.svm   
 

Uses of EngineMachineLearning in org.encog.engine
 

Subinterfaces of EngineMachineLearning in org.encog.engine
 interface EngineNeuralNetwork
          An interface that defines a neural network.
 

Uses of EngineMachineLearning in org.encog.engine.network.flat
 

Classes in org.encog.engine.network.flat that implement EngineMachineLearning
 class FlatNetwork
          Implements a flat (vector based) neural network in the Encog Engine.
 class FlatNetworkRBF
          A flat network designed to handle an RBF.
 

Methods in org.encog.engine.network.flat with parameters of type EngineMachineLearning
 String ValidateForOpenCL.isValid(EngineMachineLearning network)
          Determine if the network is valid for OpenCL.
 

Uses of EngineMachineLearning in org.encog.engine.validate
 

Methods in org.encog.engine.validate with parameters of type EngineMachineLearning
 String ValidateMachineLearning.isValid(EngineMachineLearning network)
          Determine if the network is valid.
 void ValidateMachineLearning.validate(EngineMachineLearning network)
          Determine if the network is valid.
 void BasicMachineLearningValidate.validate(EngineMachineLearning network)
          Determine if the network is valid.
 

Uses of EngineMachineLearning in org.encog.neural.networks
 

Subinterfaces of EngineMachineLearning in org.encog.neural.networks
 interface Network
          Interface that defines a neural network.
 

Classes in org.encog.neural.networks that implement EngineMachineLearning
 class BasicNetwork
          This class implements a neural network.
 

Uses of EngineMachineLearning in org.encog.neural.networks.structure
 

Methods in org.encog.neural.networks.structure with parameters of type EngineMachineLearning
 String ValidateForFlat.isValid(EngineMachineLearning eml)
          Determine if the specified neural network can be flat.
 

Uses of EngineMachineLearning in org.encog.neural.networks.svm
 

Classes in org.encog.neural.networks.svm that implement EngineMachineLearning
 class SVMNetwork
          This is a network that is backed by one or more Support Vector Machines (SVM).
 



Copyright © 2011. All Rights Reserved.