Class ContrastRegressionExampleSet
java.lang.Object
adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSet
adaa.analytics.rules.logic.representation.exampleset.ContrastRegressionExampleSet
- All Implemented Interfaces:
IExampleSet,Serializable,Cloneable,Iterable<Example>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCollection of Kaplan-Meier estimators for contrast groups.protected doubleTraining set estimator.Fields inherited from class adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSet
contrastAttributeFields inherited from interface adaa.analytics.rules.data.IExampleSet
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSet
getContrastAttributeMethods 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
-
trainingEstimator
protected double trainingEstimatorTraining set estimator. -
groupEstimators
Collection of Kaplan-Meier estimators for contrast groups.
-
-
Constructor Details
-
ContrastRegressionExampleSet
-
-
Method Details
-
getGroupEstimators
GetsgroupEstimators -
getTrainingEstimator
public double getTrainingEstimator()GetstrainingEstimator}.
-