public class Converter extends AbstractMOAObject
Modifier and Type | Field and Description |
---|---|
protected weka.core.Instances |
m_InstancesTemplate |
protected int |
m_L |
Modifier and Type | Method and Description |
---|---|
weka.core.Instances |
createTemplate(weka.core.Instances i) |
weka.core.Instance |
formatInstance(weka.core.Instance original) |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
int |
getL() |
List<Integer> |
getRelevantLabels(weka.core.Instance x) |
copy, copy, measureByteSize, measureByteSize, toString
protected weka.core.Instances m_InstancesTemplate
protected int m_L
public int getL()
public weka.core.Instances createTemplate(weka.core.Instances i)
public weka.core.Instance formatInstance(weka.core.Instance original)
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.