Class SurvivalLogRankFinder.Implementation
java.lang.Object
adaa.analytics.rules.logic.induction.SurvivalLogRankFinder.Implementation
- Enclosing class:
- SurvivalLogRankFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
checkCandidate
(IExampleSet dataset, Rule rule, ConditionBase candidate, Set<Integer> uncovered, Set<Integer> covered, ConditionEvaluation currentBest, RegressionFinder finder) void
postprocess
(Rule rule, IExampleSet dataset)
-
Constructor Details
-
Implementation
public Implementation()
-
-
Method Details
-
postprocess
-
checkCandidate
protected boolean checkCandidate(IExampleSet dataset, Rule rule, ConditionBase candidate, Set<Integer> uncovered, Set<Integer> covered, ConditionEvaluation currentBest, RegressionFinder finder)
-