Class ContrastRegressionRuleSet
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.ContrastRegressionRuleSet
- 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 TypeFieldDescriptionCollection of label means for contrast groups.protected doubleTraining set label mean.Fields inherited from class adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
OTHER_CLASSESFields inherited from class adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
ATTRIBUTE_VOTING_RESULTS_COUNTS, ATTRIBUTE_VOTING_RESULTS_WEIGHTSFields inherited from class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
ANNOTATION_TEST_REPORT, attributes, growingTime, isVoting, knowledge, params, pruningTime, rules, totalTime -
Constructor Summary
ConstructorsConstructorDescriptionContrastRegressionRuleSet(IExampleSet exampleSet, boolean isVoting, InductionParameters params, Knowledge knowledge) Invokes base class constructor. -
Method Summary
Modifier and TypeMethodDescriptionGetsgroupMeansdoubleGetstrainingMean}.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, predictMethods inherited from class adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
createPredictionAttributes, setDefaultClassMethods 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, toTableMethods inherited from class adaa.analytics.rules.logic.representation.ruleset.PredictionModel
checkCompatibility, getLabel, getTrainingHeader, supportsConfidences
-
Field Details
-
trainingMean
protected double trainingMeanTraining set label mean. -
groupMeans
Collection of label means for contrast groups.
-
-
Constructor Details
-
ContrastRegressionRuleSet
public ContrastRegressionRuleSet(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
-
getGroupMeans
GetsgroupMeans -
getTrainingMean
public double getTrainingMean()GetstrainingMean}. -
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:
toStringin classContrastRuleSet- Returns:
- Rule set in the text form.
-