Uses of Interface
org.encog.ml.MLClassification

Packages that use MLClassification
org.encog.ml.svm This package contains all of the classes for support vector machines. 
org.encog.neural.art This package contains the classes for ART neural networks. 
org.encog.neural.networks This package contains the neural network machine learning methods. 
org.encog.neural.som This package contains classes for the SOM. 
org.encog.util.simple   
 

Uses of MLClassification in org.encog.ml.svm
 

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

Uses of MLClassification in org.encog.neural.art
 

Classes in org.encog.neural.art that implement MLClassification
 class ART1
          Implements an ART1 neural network.
 

Uses of MLClassification in org.encog.neural.networks
 

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

Uses of MLClassification in org.encog.neural.som
 

Classes in org.encog.neural.som that implement MLClassification
 class SOM
          A self organizing map neural network.
 

Uses of MLClassification in org.encog.util.simple
 

Methods in org.encog.util.simple with parameters of type MLClassification
static double EncogUtility.calculateClassificationError(MLClassification method, MLDataSet data)
          Calculate the classification error.
 



Copyright © 2011. All Rights Reserved.