org.encog.app.analyst.util
Class ConvertStringConst
- java.lang.Object
-
- org.encog.app.analyst.util.ConvertStringConst
-
public final class ConvertStringConst extends java.lang.ObjectConvert several Analyst String to the correct object.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringanalystFileFormat2String(AnalystFileFormat af)Convert a file format to a string.static CSVFormatconvertToCSVFormat(AnalystFileFormat af)Convert an analyst format to a csv format.static AnalystFileFormatstring2AnalystFileFormat(java.lang.String str)Convert a string to an analyst file format.
-
-
-
Method Detail
-
analystFileFormat2String
public static java.lang.String analystFileFormat2String(AnalystFileFormat af)
Convert a file format to a string.- Parameters:
af- The file format.- Returns:
- A string.
-
convertToCSVFormat
public static CSVFormat convertToCSVFormat(AnalystFileFormat af)
Convert an analyst format to a csv format.- Parameters:
af- The analyst format.- Returns:
- The CSV format.
-
string2AnalystFileFormat
public static AnalystFileFormat string2AnalystFileFormat(java.lang.String str)
Convert a string to an analyst file format.- Parameters:
str- The string.- Returns:
- The analyst file format.
-
-
DMelt 3.0 © DataMelt by jWork.ORG