Class RegressionExampleSet

java.lang.Object
adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
adaa.analytics.rules.logic.representation.exampleset.RegressionExampleSet
All Implemented Interfaces:
IExampleSet, Serializable, Cloneable, Iterable<Example>

public class RegressionExampleSet extends ExampleSetWrapper
See Also:
  • Field Details

    • labels

      public double[] labels
    • weights

      public double[] weights
    • labelsWeighted

      public double[] labelsWeighted
    • totalWeightsBefore

      public double[] totalWeightsBefore
    • meanLabel

      public double meanLabel
    • nonMissingVals

      public Map<IAttribute,IntegerBitSet> nonMissingVals
  • Constructor Details

    • RegressionExampleSet

      public RegressionExampleSet(IExampleSet parent)
  • Method Details

    • fillLabelsAndWeights

      protected final void fillLabelsAndWeights()