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.AnalysisARFFAnalyzer. analyze(Path file, CharsetEncoding encoding)Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.AnalysisARFFAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.AnalysisARFFAnalyzer. analyze(Reader input)Analyze the given character stream as ARFF data.ARFFAnalyzer.AnalysisARFFAnalyzer. analyze(String file, CharsetEncoding encoding)Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.AnalysisReadARFF. discoverMetadata(FileClient ctx)Gets the metadata for the currently configured data source.
-