Uses of Class
com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
-
Packages that use ARFFAnalyzer.Analysis Package Description com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data. -
-
Uses of ARFFAnalyzer.Analysis in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile that return ARFFAnalyzer.Analysis Modifier and Type Method Description ARFFAnalyzer.Analysis
ARFFAnalyzer. analyze(Path file, CharsetEncoding encoding)
Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.Analysis
ARFFAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)
Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.Analysis
ARFFAnalyzer. analyze(Reader input)
Analyze the given character stream as ARFF data.ARFFAnalyzer.Analysis
ARFFAnalyzer. analyze(String file, CharsetEncoding encoding)
Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.Analysis
ReadARFF. discoverMetadata(FileClient ctx)
Gets the metadata for the currently configured data source.
-