ReadLibsvm¶
It reads in Libsvm files and creates a DataFrame from it
Input¶
It reads in Libsvm text files
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeDatasetLibsvm
Fields¶
| Name | Title | Description |
|---|---|---|
| path | Path | Path of the Text file/directory |
| numFeatures | NumFeatures | Number of features in feature column |
| outputColNames | Column Names for the CSV | New Output Columns of the SQL |
| outputColTypes | Column Types for the CSV | Data Type of the Output Columns |
| outputColFormats | Column Formats for the CSV | Format of the Output Columns |