public class LibSvmRecordReader extends SVMLightRecordReader
Further details on the format can be found at
- http://svmlight.joachims.org/
- http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multilabel.html
- http://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html,
Serialized FormALLOWED_DELIMITERS, appendLabel, COMMENT_CHAR, FEATURE_DELIMITER, LABEL_DELIMITER, LABEL_ONE, LABEL_ZERO, multilabel, MULTILABEL, NAME_SPACE, NUM_ATTRIBUTES, NUM_FEATURES, NUM_LABELS, numFeatures, numLabels, ONE, PREFERRED_DELIMITER, QID_PREFIX, recordLookahead, ZERO, ZERO_BASED_INDEXING, ZERO_BASED_LABEL_INDEXING, zeroBasedIndexing, zeroBasedLabelIndexingconf, inputSplit, lineIndex, locations, splitIndexlistenersAPPEND_LABEL, LABELS| Constructor and Description |
|---|
LibSvmRecordReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
setConf(Configuration conf)
Set configuration.
|
getNextRecord, hasNext, initialize, next, nextRecord, onLocationOpen, record, resetclose, closeIfRequired, getConf, getIterator, getLabels, initialize, loadFromMetaData, loadFromMetaDatabatchesSupported, getListeners, invokeListeners, next, setListeners, setListenerspublic void setConf(Configuration conf)
SVMLightRecordReadersetConf in interface ConfigurablesetConf in class SVMLightRecordReaderconf - DataVec configurationCopyright © 2017. All rights reserved.