Uses of Class
org.encog.app.analyst.wizard.PredictionType

Packages that use PredictionType
org.encog.app.analyst.wizard   
 

Uses of PredictionType in org.encog.app.analyst.wizard
 

Methods in org.encog.app.analyst.wizard that return PredictionType
static PredictionType PredictionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PredictionType[] PredictionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.app.analyst.wizard with parameters of type PredictionType
 void AnalystWizard.wizardRealTime(List<SourceElement> sourceData, File csvFile, int backwardWindow, int forwardWindow, PredictionType prediction, String predictField)
           
 



Copyright © 2014. All Rights Reserved.