| Package | Description |
|---|---|
| org.canova.api.formats.output | |
| org.canova.api.formats.output.impl | |
| org.canova.api.records.reader.factory | |
| org.canova.api.records.writer.impl |
| 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 |
|---|---|
RecordWriter |
RecordWriterFactory.create(URI uri) |
| 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.