Uses of Class
com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
Packages that use ARFFAnalyzer.Analysis
Package
Description
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.AnalysisModifier and TypeMethodDescriptionARFFAnalyzer.analyze(Path file, CharsetEncoding encoding) Analyze the specified ARFF file expecting the described character set encoding.ARFFAnalyzer.analyze(Path file, CharsetEncoding encoding, FileClient client) Analyze the specified ARFF file expecting the described character set encoding.Analyze the given character stream as ARFF data.ARFFAnalyzer.analyze(String file, CharsetEncoding encoding) Analyze the specified ARFF file expecting the described character set encoding.ReadARFF.discoverMetadata(FileClient ctx) Gets the metadata for the currently configured data source.