Package | Description |
---|---|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Method and 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.
|
Copyright © 2016 Actian Corporation. All rights reserved.