Uses of Class
elki.datasource.parser.CSVReaderFormat
-
Packages that use CSVReaderFormat Package Description elki.datasource.parser Parsers for different file formats and data types.elki.distance.external Distance functions using external data sources. -
-
Uses of CSVReaderFormat in elki.datasource.parser
Fields in elki.datasource.parser declared as CSVReaderFormat Modifier and Type Field Description static CSVReaderFormat
CSVReaderFormat. DEFAULT_FORMAT
Default CSV input format.protected CSVReaderFormat
AbstractStreamingParser.Par. format
Reader format.Methods in elki.datasource.parser that return CSVReaderFormat Modifier and Type Method Description CSVReaderFormat
CSVReaderFormat.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, NumberVector.Factory<V> factory)
Constructor.ClusteringVectorParser(CSVReaderFormat format)
Constructor.NumberVectorLabelParser(CSVReaderFormat format, long[] labelIndices, NumberVector.Factory<V> factory)
Constructor.SimplePolygonParser(CSVReaderFormat format)
Constructor.SimpleTransactionParser(CSVReaderFormat format)
Constructor.SparseNumberVectorLabelParser(CSVReaderFormat format, long[] labelIndices, SparseNumberVector.Factory<V> factory)
Constructor.TermFrequencyParser(boolean normalize, CSVReaderFormat format, long[] labelIndices, SparseNumberVector.Factory<V> factory)
Constructor. -
Uses of CSVReaderFormat in elki.distance.external
Fields in elki.distance.external declared as CSVReaderFormat Modifier and Type Field Description protected CSVReaderFormat
AsciiDistanceParser.Par. format
Reader format.Constructors in elki.distance.external with parameters of type CSVReaderFormat Constructor Description AsciiDistanceParser(CSVReaderFormat format)
Constructor.
-