| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
OutputFormat.createWriter(Configuration conf)
Create a record writer
|
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
LibSvmOutputFormat.createWriter(Configuration conf) |
RecordWriter |
SVMLightOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LineOutputFormat.createWriter(Configuration conf) |
RecordWriter |
CSVOutputFormat.createWriter(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordListener.recordWrite(RecordWriter writer,
Object record)
Event listener for each record to be written.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogRecordListener.recordWrite(RecordWriter writer,
Object record) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
RecordWriterFactory.create(URI uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileRecordWriter
Write to files.
|
class |
LineRecordWriter
Line record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRecordWriter
Csv record writer
|
| Modifier and Type | Class and Description |
|---|---|
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 |
MatlabRecordWriter
Write matlab records
|
class |
SVMLightRecordWriter
SVM Light Record Writer
|
Copyright © 2017. All rights reserved.