public class WekaToKeel extends Importer
WekaToKeel
This class extends from the Importer class. It is used to read data with Weka format and transform them to the KEEL format.processHeader| Constructor and Description |
|---|
WekaToKeel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Start(java.lang.String pathnameInput,
java.lang.String pathnameOutput)
Method used to transform the data from the Weka file given as parameter to
KEEL format file which will be stored in the second file given.
|
DataType, Save, setProcessHeader, UcFirstpublic void Start(java.lang.String pathnameInput,
java.lang.String pathnameOutput)
throws java.lang.Exception
pathnameInput - Weka file path.pathnameOutput - KEEL file path.java.lang.Exception - if the files can not be read or written.