Uses of Class
elki.datasource.parser.CSVReaderFormat
-
Packages that use CSVReaderFormat Package Description elki.datasource.parser Parsers for different file formats and data types. -
-
Uses of CSVReaderFormat in elki.datasource.parser
Fields in elki.datasource.parser declared as CSVReaderFormat Modifier and Type Field Description static CSVReaderFormatCSVReaderFormat. DEFAULT_FORMATDefault CSV input format.protected CSVReaderFormatAbstractStreamingParser.Par. formatReader format.Methods in elki.datasource.parser that return CSVReaderFormat Modifier and Type Method Description CSVReaderFormatCSVReaderFormat.Par. make()Constructors in elki.datasource.parser with parameters of type CSVReaderFormat Constructor Description AbstractStreamingParser(CSVReaderFormat format)Constructor.BitVectorLabelParser(CSVReaderFormat format)Constructor.CategorialDataAsNumberVectorParser(CSVReaderFormat format, long[] labelIndices, elki.data.NumberVector.Factory<V> factory)Constructor.NumberVectorLabelParser(CSVReaderFormat format, long[] labelIndices, elki.data.NumberVector.Factory<V> factory)Constructor.SimplePolygonParser(CSVReaderFormat format)Constructor.SimpleTransactionParser(CSVReaderFormat format)Constructor.SparseNumberVectorLabelParser(CSVReaderFormat format, long[] labelIndices, elki.data.SparseNumberVector.Factory<V> factory)Constructor.TermFrequencyParser(boolean normalize, CSVReaderFormat format, long[] labelIndices, elki.data.SparseNumberVector.Factory<V> factory)Constructor.
-