org.encog.app.analyst.util
public final class ConvertStringConst extends Object
Modifier and Type | Method and Description |
---|---|
static String |
analystFileFormat2String(AnalystFileFormat af)
Convert a file format to a string.
|
static CSVFormat |
convertToCSVFormat(AnalystFileFormat af)
Convert an analyst format to a csv format.
|
static AnalystFileFormat |
string2AnalystFileFormat(String str)
Convert a string to an analyst file format.
|
public static String analystFileFormat2String(AnalystFileFormat af)
af
- The file format.public static CSVFormat convertToCSVFormat(AnalystFileFormat af)
af
- The analyst format.public static AnalystFileFormat string2AnalystFileFormat(String str)
str
- The string.Copyright © 2014. All Rights Reserved.