public class AttributeExpansionSuggestion extends AbstractMOAObject implements Comparable<AttributeExpansionSuggestion>
Modifier and Type | Field and Description |
---|---|
double |
merit |
Predicate |
predicate |
DoubleVector[][] |
resultingNodeStatistics |
Constructor and Description |
---|
AttributeExpansionSuggestion(Predicate predicate,
DoubleVector[][] resultingNodeStatistics,
double merit) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AttributeExpansionSuggestion comp) |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
double |
getMerit() |
Predicate |
getPredicate() |
DoubleVector[][] |
getResultingNodeStatistics() |
void |
setPredicate(Predicate predicate) |
copy, copy, measureByteSize, measureByteSize, toString
public Predicate predicate
public DoubleVector[][] resultingNodeStatistics
public double merit
public AttributeExpansionSuggestion(Predicate predicate, DoubleVector[][] resultingNodeStatistics, double merit)
public Predicate getPredicate()
public void setPredicate(Predicate predicate)
public DoubleVector[][] getResultingNodeStatistics()
public double getMerit()
public int compareTo(AttributeExpansionSuggestion comp)
compareTo
in interface Comparable<AttributeExpansionSuggestion>
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.getDescription
in interface MOAObject
sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.