Uses of Class
org.encog.ensemble.EnsembleTypes.ProblemType

Packages that use EnsembleTypes.ProblemType
org.encog.ensemble   
org.encog.ensemble.adaboost   
org.encog.ensemble.bagging   
org.encog.ensemble.stacking   
 

Uses of EnsembleTypes.ProblemType in org.encog.ensemble
 

Methods in org.encog.ensemble that return EnsembleTypes.ProblemType
abstract  EnsembleTypes.ProblemType Ensemble.getProblemType()
          Return what type of problem this Ensemble is solving
static EnsembleTypes.ProblemType EnsembleTypes.ProblemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnsembleTypes.ProblemType[] EnsembleTypes.ProblemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnsembleTypes.ProblemType in org.encog.ensemble.adaboost
 

Methods in org.encog.ensemble.adaboost that return EnsembleTypes.ProblemType
 EnsembleTypes.ProblemType AdaBoost.getProblemType()
           
 

Uses of EnsembleTypes.ProblemType in org.encog.ensemble.bagging
 

Methods in org.encog.ensemble.bagging that return EnsembleTypes.ProblemType
 EnsembleTypes.ProblemType Bagging.getProblemType()
           
 

Uses of EnsembleTypes.ProblemType in org.encog.ensemble.stacking
 

Methods in org.encog.ensemble.stacking that return EnsembleTypes.ProblemType
 EnsembleTypes.ProblemType Stacking.getProblemType()
           
 



Copyright © 2014. All Rights Reserved.