Uses of Class
org.encog.app.analyst.AnalystFileFormat

Packages that use AnalystFileFormat
org.encog.app.analyst   
org.encog.app.analyst.analyze   
org.encog.app.analyst.script.prop   
org.encog.app.analyst.util   
org.encog.app.analyst.wizard   
 

Uses of AnalystFileFormat in org.encog.app.analyst
 

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

Methods in org.encog.app.analyst with parameters of type AnalystFileFormat
 void EncogAnalyst.analyze(File file, boolean headers, AnalystFileFormat format)
          Analyze the specified file.
 void EncogAnalyst.reanalyze(File file, boolean headers, AnalystFileFormat format)
          Analyze the specified file.
 

Uses of AnalystFileFormat in org.encog.app.analyst.analyze
 

Constructors in org.encog.app.analyst.analyze with parameters of type AnalystFileFormat
PerformAnalysis(AnalystScript theScript, String theFilename, boolean theHeaders, AnalystFileFormat theFormat)
          Construct the analysis object.
 

Uses of AnalystFileFormat in org.encog.app.analyst.script.prop
 

Methods in org.encog.app.analyst.script.prop that return AnalystFileFormat
 AnalystFileFormat ScriptProperties.getPropertyFormat(String name)
          Get a property as a format.
 

Methods in org.encog.app.analyst.script.prop with parameters of type AnalystFileFormat
 void ScriptProperties.setProperty(String name, AnalystFileFormat format)
          Set the property to a format.
 

Uses of AnalystFileFormat in org.encog.app.analyst.util
 

Methods in org.encog.app.analyst.util that return AnalystFileFormat
static AnalystFileFormat ConvertStringConst.string2AnalystFileFormat(String str)
          Convert a string to an analyst file format.
 

Methods in org.encog.app.analyst.util with parameters of type AnalystFileFormat
static String ConvertStringConst.analystFileFormat2String(AnalystFileFormat af)
          Convert a file format to a string.
static CSVFormat ConvertStringConst.convertToCSVFormat(AnalystFileFormat af)
          Convert an analyst format to a csv format.
 

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

Methods in org.encog.app.analyst.wizard with parameters of type AnalystFileFormat
 void AnalystWizard.wizard(File analyzeFile, boolean b, AnalystFileFormat format)
          Analyze a file.
 void AnalystWizard.wizard(URL url, File saveFile, File analyzeFile, boolean b, AnalystFileFormat format)
          Analyze a file at the specified URL.
 



Copyright © 2014. All Rights Reserved.