Uses of Class
com.pervasive.datarush.operators.io.textfile.ARFFMode
-
Packages that use ARFFMode Package Description com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data. -
-
Uses of ARFFMode in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile that return ARFFMode Modifier and Type Method Description ARFFMode
WriteARFF. getFormatMode()
Get the value of the mode property.ARFFMode
ARFFAnalyzer.Analysis. getMode()
Gets the data representation mode used in the source file.static ARFFMode
ARFFMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ARFFMode[]
ARFFMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.operators.io.textfile with parameters of type ARFFMode Modifier and Type Method Description void
WriteARFF. setFormatMode(ARFFMode mode)
Set the mode with which to write the file.Constructors in com.pervasive.datarush.operators.io.textfile with parameters of type ARFFMode Constructor Description ARFFDataFormat(ARFFMode mode, TextRecord schema, CharsetEncoding encoding, char fieldDelimiter)
Create an ARFF data format for reading an ARFF file.ARFFDataFormat(ARFFMode mode, TextRecord schema, CharsetEncoding encoding, String recordSeparator, char fieldDelimiter, String relationName, List<String> comments)
Create an ARFF data format for writing to an ARFF file.
-