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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]
double[]
double
double[]
double[]
Fields inherited from interface adaa.analytics.rules.data.IExampleSet
serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
addNewColumn, clone, columnCount, equals, filter, filterWithOr, forEach, getAnnotations, getAttributes, getColumnIndex, getDoubleColumn, getDoubleValue, getExample, hashCode, iterator, recalculateStatistics, setDoubleValue, size, sortBy, spliterator, updateMapping
-
Field Details
-
labels
public double[] labels -
weights
public double[] weights -
labelsWeighted
public double[] labelsWeighted -
totalWeightsBefore
public double[] totalWeightsBefore -
meanLabel
public double meanLabel -
nonMissingVals
-
-
Constructor Details
-
RegressionExampleSet
-
-
Method Details
-
fillLabelsAndWeights
protected final void fillLabelsAndWeights()
-