java.io.Serializable
public class SamoaToWekaInstanceConverter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected weka.core.Instances |
wekaInstanceInformation |
The weka instance information.
|
Constructor | Description |
---|---|
SamoaToWekaInstanceConverter() |
Modifier and Type | Method | Description |
---|---|---|
protected weka.core.Attribute |
wekaAttribute(int index,
Attribute attribute) |
Weka attribute.
|
weka.core.Instance |
wekaInstance(Instance inst) |
Weka instance.
|
weka.core.Instances |
wekaInstances(Instances instances) |
Weka instances.
|
weka.core.Instances |
wekaInstancesInformation(Instances instances) |
Weka instances information.
|
protected weka.core.Instances wekaInstanceInformation
public weka.core.Instance wekaInstance(Instance inst)
inst
- the instpublic weka.core.Instances wekaInstances(Instances instances)
instances
- the instancespublic weka.core.Instances wekaInstancesInformation(Instances instances)
instances
- the instancesprotected weka.core.Attribute wekaAttribute(int index, Attribute attribute)
index
- the indexattribute
- the attributeCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.