public class InstancesConverter
extends java.lang.Object
| Constructor | Description |
|---|---|
InstancesConverter() |
| Modifier and Type | Method | Description |
|---|---|---|
static MemoryContainer |
convertInstancesToMemoryContainer(weka.core.Instances instances) |
Method converting given weka's Instances object to JRS MemoryContainer.
|
public static MemoryContainer convertInstancesToMemoryContainer(weka.core.Instances instances) throws ContainerFailureException
instances - Instances to be converted.ContainerFailureException - when error while saving to the memory container occurs.