Class SurvivalLogRankFinder
java.lang.Object
adaa.analytics.rules.logic.induction.AbstractFinder
adaa.analytics.rules.logic.induction.RegressionFinder
adaa.analytics.rules.logic.induction.SurvivalLogRankFinder
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
ContrastSurvivalFinder
Class for growing and pruning log rank-based survival rules.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class adaa.analytics.rules.logic.induction.AbstractFinder
attributeValuesOrder, modifier, params, pool, threadCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
checkCandidate
(IExampleSet dataset, Rule rule, ConditionBase candidate, Set<Integer> uncovered, Set<Integer> covered, ConditionEvaluation currentBest) void
postprocess
(Rule rule, IExampleSet dataset) Postprocesses a rule.Methods inherited from class adaa.analytics.rules.logic.induction.RegressionFinder
checkCandidate, induceCondition, induceCondition_mean
Methods inherited from class adaa.analytics.rules.logic.induction.AbstractFinder
addObserver, clearObservers, close, grow, names2attributes, notifyConditionAdded, notifyConditionRemoved, notifyGrowingFinished, notifyGrowingStarted, notifyRuleReady, preprocess, prune
-
Constructor Details
-
SurvivalLogRankFinder
-
-
Method Details
-
postprocess
Postprocesses a rule.- Overrides:
postprocess
in classAbstractFinder
- Parameters:
rule
- Rule to be postprocessed.dataset
- Training set.
-
checkCandidate
protected boolean checkCandidate(IExampleSet dataset, Rule rule, ConditionBase candidate, Set<Integer> uncovered, Set<Integer> covered, ConditionEvaluation currentBest) - Overrides:
checkCandidate
in classRegressionFinder
-