public class Converter extends AbstractMOAObject
Modifier and Type | Field and Description |
---|---|
protected Instances |
m_InstancesTemplate |
protected int |
m_L |
Modifier and Type | Method and Description |
---|---|
Instances |
createTemplate(Instances i) |
Instance |
formatInstance(Instance original) |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
int |
getL() |
List<Integer> |
getRelevantLabels(Instance x) |
copy, copy, measureByteSize, measureByteSize, toString
protected Instances m_InstancesTemplate
protected int m_L
public int getL()
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 © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.