public class WekaUtils extends Object
| Constructor and Description |
|---|
WekaUtils() |
| Modifier and Type | Method and Description |
|---|---|
static weka.core.Instances |
instancesFromString(String arff,
Boolean setClass)
Get Instances out of an arff string
|
static Boolean |
saveWekaModel(Object model,
String filename)
Write a model to filesystem
|
public static weka.core.Instances instancesFromString(String arff, Boolean setClass) throws IOException
arff - String arff datasetClass - Boolean set a classIOException - errorCopyright © 2018. All rights reserved.