Package org.openml.weka.algorithm
Class InstancesHelper
- java.lang.Object
-
- org.openml.weka.algorithm.InstancesHelper
-
public class InstancesHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description InstancesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getAttributeIndex(weka.core.Instances instances, String attribute)
static List<String>
getAttributes(weka.core.Instances dataset)
static weka.core.Instances
getDatasetFromTask(org.openml.apiconnector.io.OpenmlConnector apiconnector, org.openml.apiconnector.xml.Task task)
static void
setTargetAttribute(weka.core.Instances instances, String classAttribute)
-