Uses of Interface
org.encog.ml.MLClassification

Packages that use MLClassification
org.encog.ensemble   
org.encog.ml.bayesian   
org.encog.ml.svm   
org.encog.neural.art   
org.encog.neural.freeform   
org.encog.neural.networks   
org.encog.neural.pnn   
org.encog.neural.som   
org.encog.util.simple   
 

Uses of MLClassification in org.encog.ensemble
 

Subinterfaces of MLClassification in org.encog.ensemble
 interface EnsembleML
           
 

Classes in org.encog.ensemble that implement MLClassification
 class GenericEnsembleML
           
 

Uses of MLClassification in org.encog.ml.bayesian
 

Classes in org.encog.ml.bayesian that implement MLClassification
 class BayesianNetwork
          The Bayesian Network is a machine learning method that is based on probability, and particularly Bayes' Rule.
 

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.freeform
 

Classes in org.encog.neural.freeform that implement MLClassification
 class FreeformNetwork
          Implements a freefrom 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.pnn
 

Classes in org.encog.neural.pnn that implement MLClassification
 class BasicPNN
          This class implements either a: Probabilistic Neural Network (PNN) General Regression Neural Network (GRNN) To use a PNN specify an output mode of classification, to make use of a GRNN specify either an output mode of regression or un-supervised autoassociation.
 

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 © 2014. All Rights Reserved.