Class Example

java.lang.Object
adaa.analytics.rules.data.row.Example
All Implemented Interfaces:
Serializable

public class Example extends Object implements Serializable
See Also:
  • Constructor Details

    • Example

      public Example(int rowIndex, IExampleSet parentExampleSet)
  • Method Details

    • getAttributes

      public IAttributes getAttributes()
    • getValue

      public double getValue(String columnName)
    • getValue

      public double getValue(IAttribute a)
    • getNominalValue

      public String getNominalValue(IAttribute a)
    • setValue

      public void setValue(IAttribute a, double value)
    • setValue

      public void setValue(IAttribute a, String str)
    • getLabelValue

      public double getLabelValue()
    • getPredictedLabelValue

      public double getPredictedLabelValue()
    • getWeightValue

      public double getWeightValue()
    • getConfidenceValue

      public double getConfidenceValue(String classValue)
    • getValueAsString

      public String getValueAsString(IAttribute attribute)
    • toString

      public String toString()
      Overrides:
      toString in class Object