java.io.Serializable
public class WekaToSamoaInstanceConverter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected Instances |
samoaInstanceInformation |
Constructor | Description |
---|---|
WekaToSamoaInstanceConverter() |
Modifier and Type | Method | Description |
---|---|---|
protected Attribute |
samoaAttribute(int index,
weka.core.Attribute attribute) |
Get Samoa attribute from a weka attribute.
|
Instance |
samoaInstance(weka.core.Instance inst) |
Samoa instance from weka instance.
|
Instances |
samoaInstances(weka.core.Instances instances) |
Samoa instances from weka instances.
|
Instances |
samoaInstancesInformation(weka.core.Instances instances) |
Samoa instances information.
|
protected Instances samoaInstanceInformation
public Instance samoaInstance(weka.core.Instance inst)
inst
- the instpublic Instances samoaInstances(weka.core.Instances instances)
instances
- the instancespublic Instances samoaInstancesInformation(weka.core.Instances instances)
instances
- the instancesprotected Attribute samoaAttribute(int index, weka.core.Attribute attribute)
index
- the indexattribute
- the attributeCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.