| Modifier and Type | Class and Description |
|---|---|
class |
Configured
Base class for things that may be configured with a
Configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializationFactory
A factory for
Serializations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordReader
Record reader
|
interface |
SequenceRecordReader
A sequence of records.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionRecordReader
Collection record reader.
|
class |
ComposableRecordReader
RecordReader for each pipeline.
|
class |
CSVRecordReader
Simple csv record reader.
|
class |
CSVSequenceRecordReader
CSV Sequence Record Reader
This reader is indended to read sequences of data in CSV format, where
each sequence is defined in its own file (and there are multiple files)
Each line in the file represents one time step
|
class |
FileRecordReader
File reader/writer
|
class |
LibSvmRecordReader |
class |
LineRecordReader
Reads files line by line
|
class |
MatlabRecordReader
Matlab record reader
|
class |
SVMLightRecordReader
Adapted from the weka svmlight reader
June 2015
- adapted to understand HDFS-style block splits
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonRecordReader
RecordReader using Jackson.
Design for this record reader: - Support for JSON, XML and YAML: one record per file only, via Jackson ObjectMapper:
FieldSelection. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexLineRecordReader
RegexLineRecordReader: Read a file, one line at a time, and split it into fields using a regex.
|
class |
RegexSequenceRecordReader
RegexSequenceRecordReader: Read an entire file (as a sequence), one line at a time and
split each line into fields using a regex.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordWriter
Record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRecordWriter
Csv record writer
|
class |
FileRecordWriter
Write to files.
|
class |
LibSvmRecordWriter
Each line is in the format:
label i:value
where is is the current index and value is a double
separated by space
|
class |
LineRecordWriter
Line record writer
|
class |
MatlabRecordWriter
Write matlab records
|
class |
SVMLightRecordWriter
SVM Light Record Writer
|
Copyright © 2016. All rights reserved.