Uses of Enum Class
com.pervasive.datarush.operators.io.textfile.ARFFMode
Packages that use ARFFMode
Package
Description
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 ARFFModeModifier and TypeMethodDescriptionWriteARFF.getFormatMode()Get the value of the mode property.ARFFAnalyzer.Analysis.getMode()Gets the data representation mode used in the source file.static ARFFModeReturns the enum constant of this class with the specified name.static ARFFMode[]ARFFMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io.textfile with parameters of type ARFFModeModifier and TypeMethodDescriptionvoidWriteARFF.setFormatMode(ARFFMode mode) Set the mode with which to write the file.Constructors in com.pervasive.datarush.operators.io.textfile with parameters of type ARFFModeModifierConstructorDescriptionARFFDataFormat(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.