Class ContrastSurvivalRuleSet
java.lang.Object
adaa.analytics.rules.logic.representation.ruleset.PredictionModel
adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
adaa.analytics.rules.logic.representation.ruleset.ContrastSurvivalRuleSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
RuleSetBase.Significance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<KaplanMeierEstimator>
Collection of Kaplan-Meier estimators for contrast groups.protected KaplanMeierEstimator
Training set estimator.Fields inherited from class adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
OTHER_CLASSES
Fields inherited from class adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
ATTRIBUTE_VOTING_RESULTS_COUNTS, ATTRIBUTE_VOTING_RESULTS_WEIGHTS
Fields inherited from class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
ANNOTATION_TEST_REPORT, attributes, growingTime, isVoting, knowledge, params, pruningTime, rules, totalTime
-
Constructor Summary
ConstructorsConstructorDescriptionContrastSurvivalRuleSet
(IExampleSet exampleSet, boolean isVoting, InductionParameters params, Knowledge knowledge) Invokes base class constructor. -
Method Summary
Modifier and TypeMethodDescriptionGetsgroupEstimators
GetstrainingEstimator
}.toString()
Generates text representation of the contrast survival rule set.Methods inherited from class adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
add, apply, calculateAttributeStats, calculateAvgContrastIndicators, getAllSets, getTotalDuplicates, predict
Methods inherited from class adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
createPredictionAttributes, setDefaultClass
Methods inherited from class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
addRule, calculateAvgRuleCoverage, calculateAvgRulePrecision, calculateAvgRuleQuality, calculateConditionsCount, calculateInducedCondtionsCount, calculateSignificance, calculateSignificanceFDR, calculateSignificanceFWER, getGrowingTime, getIsVoting, getParams, getPruningTime, getRules, getTotalTime, performPrediction, setGrowingTime, setIsVoting, setPruningTime, setTotalTime, toTable
Methods inherited from class adaa.analytics.rules.logic.representation.ruleset.PredictionModel
checkCompatibility, getLabel, getTrainingHeader, supportsConfidences
-
Field Details
-
trainingEstimator
Training set estimator. -
groupEstimators
Collection of Kaplan-Meier estimators for contrast groups.
-
-
Constructor Details
-
ContrastSurvivalRuleSet
public ContrastSurvivalRuleSet(IExampleSet exampleSet, boolean isVoting, InductionParameters params, Knowledge knowledge) Invokes base class constructor.- Parameters:
exampleSet
- Training set.isVoting
- Voting flag.params
- Induction parameters.knowledge
- User's knowledge.
-
-
Method Details
-
getGroupEstimators
GetsgroupEstimators
-
getTrainingEstimator
GetstrainingEstimator
}. -
toString
Generates text representation of the contrast survival rule set. Beside list of rules, it contains survival function estimates of the training set, contrast groups set, and particular rules.- Overrides:
toString
in classContrastRuleSet
- Returns:
- Rule set in the text form.
-