Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- C1 - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- C2 - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- calculate(double, double, double, double) - Method in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- calculate(double, double, double, double) - Method in class adaa.analytics.rules.logic.quality.Hypergeometric
- calculate(double, double, double, double) - Method in interface adaa.analytics.rules.logic.quality.IQualityMeasure
-
Calculates quality from contingency table elements.
- calculate(double, double, double, double) - Method in class adaa.analytics.rules.logic.quality.LogRank
- calculate(double, double, double, double) - Method in class adaa.analytics.rules.logic.quality.NegativeControlledMeasure
- calculate(double, double, double, double, int) - Method in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- calculate(IExampleSet, ContingencyTable) - Method in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- calculate(IExampleSet, ContingencyTable) - Method in interface adaa.analytics.rules.logic.quality.IQualityMeasure
-
Calculates quality on a data set.
- calculate(IExampleSet, ContingencyTable) - Method in class adaa.analytics.rules.logic.quality.LogRank
- calculate(IExampleSet, ContingencyTable) - Method in class adaa.analytics.rules.logic.quality.NegativeControlledMeasure
- calculate(ContingencyTable) - Method in class adaa.analytics.rules.logic.quality.Hypergeometric
- calculateAttributeStats() - Method in class adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
- calculateAvgContrastIndicators() - Method in class adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
-
Calculates contrast sets indicators averaged within contrasts and then between contrasts.
- calculateAvgRuleCoverage() - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Calculates average rule coverage.
- calculateAvgRulePrecision() - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Calculates average rule precision.
- calculateAvgRuleQuality() - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Calculates average rule quality.
- calculateCompensation(double, double, double) - Method in class adaa.analytics.rules.logic.induction.AttributePenalty
- calculateConditionsCount() - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Calculates number of conditions.
- calculateInducedCondtionsCount() - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Calculates number of induced conditions.
- calculateIntersectionSize(IntegerBitSet) - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
-
Calculates size of the interesection between this set and another one.
- calculateIntersectionSize(IntegerBitSet, IntegerBitSet) - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
-
Calculates size of the interesection between this set and two other ones.
- calculateLower(double, double, int) - Method in class adaa.analytics.rules.logic.quality.ChiSquareVarianceTest
- calculatePenalty(String) - Method in class adaa.analytics.rules.logic.induction.AttributePenalty
- calculateProbability() - Method in class adaa.analytics.rules.logic.representation.KaplanMeierEstimator
-
Fills the probabilities in K-M estimator.
- calculateSignificance(double) - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Evaluates significance of the rule set.
- calculateSignificanceFDR(double) - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Evaluates significance of the rule set with false discovery rate correction.
- calculateSignificanceFWER(double) - Method in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
-
Evaluates significance of the rule set with familiy-wise error rate correction.
- censoredCounts - Variable in class adaa.analytics.rules.logic.representation.KaplanMeierEstimator
- CFoil - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- checkCandidate(IExampleSet, Rule, ConditionBase, Set<Integer>, Set<Integer>, ConditionEvaluation) - Method in class adaa.analytics.rules.logic.induction.ContrastSurvivalFinder
- checkCandidate(IExampleSet, Rule, ConditionBase, Set<Integer>, Set<Integer>, ConditionEvaluation) - Method in class adaa.analytics.rules.logic.induction.RegressionExpertFinder
- checkCandidate(IExampleSet, Rule, ConditionBase, Set<Integer>, Set<Integer>, ConditionEvaluation) - Method in class adaa.analytics.rules.logic.induction.RegressionFinder
- checkCandidate(IExampleSet, Rule, ConditionBase, Set<Integer>, Set<Integer>, ConditionEvaluation) - Method in class adaa.analytics.rules.logic.induction.SurvivalLogRankExpertFinder
- checkCandidate(IExampleSet, Rule, ConditionBase, Set<Integer>, Set<Integer>, ConditionEvaluation) - Method in class adaa.analytics.rules.logic.induction.SurvivalLogRankFinder
- checkCandidate(IExampleSet, Rule, ConditionBase, Set<Integer>, Set<Integer>, ConditionEvaluation, RegressionFinder) - Method in class adaa.analytics.rules.logic.induction.SurvivalLogRankFinder.Implementation
- checkCandidate(ElementaryCondition, double, double, double, double, double, double, double, int) - Method in class adaa.analytics.rules.logic.induction.RegressionFinder
- checkCandidate(ElementaryCondition, double, double, double, double, double, double, int) - Method in class adaa.analytics.rules.logic.induction.ClassificationExpertFinder
-
Checks if candidate condition fulfills coverage requirement and is not in conflict with forbidden knowledge.
- checkCandidate(ElementaryCondition, double, double, double, double, double, double, int) - Method in class adaa.analytics.rules.logic.induction.ClassificationFinder
-
Checks if candidate condition fulfills coverage requirement.
- checkCompatibility(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.ruleset.PredictionModel
-
This method is invoked before the model is actually applied.
- ChiSquareVarianceTest - Class in adaa.analytics.rules.logic.quality
-
Class representing Chi-square test for variance.
- ChiSquareVarianceTest() - Constructor for class adaa.analytics.rules.logic.quality.ChiSquareVarianceTest
- CLASSIFICATION - Static variable in class adaa.analytics.rules.logic.representation.rule.RuleType
- classification_cost - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnRole
- ClassificationExpertFinder - Class in adaa.analytics.rules.logic.induction
-
Class for growing and pruning classification rules with user's knowledge.
- ClassificationExpertFinder(InductionParameters, Knowledge) - Constructor for class adaa.analytics.rules.logic.induction.ClassificationExpertFinder
-
Invokes base class constructor and initializes knowledge object.
- ClassificationExpertSnC - Class in adaa.analytics.rules.logic.induction
-
User-guided separate'n'conquer algorithm for generating classification rule sets.
- ClassificationExpertSnC(ClassificationFinder, InductionParameters, Knowledge) - Constructor for class adaa.analytics.rules.logic.induction.ClassificationExpertSnC
-
Invokes base class constructor, creates factory for generating
- ClassificationExpertSnCTest - Class in adaa.analytics.rules.logic.induction
- ClassificationExpertSnCTest() - Constructor for class adaa.analytics.rules.logic.induction.ClassificationExpertSnCTest
- ClassificationFinder - Class in adaa.analytics.rules.logic.induction
-
Class for growing and pruning classification rules.
- ClassificationFinder(InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ClassificationFinder
-
Initializes induction parameters.
- ClassificationFinderPrecalculated - Class in adaa.analytics.rules.logic.induction
- ClassificationFinderPrecalculated(InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ClassificationFinderPrecalculated
-
Initializes induction parameters.
- ClassificationMeasure - Class in adaa.analytics.rules.logic.quality
-
Class gathering all quality measures for classification problems.
- ClassificationMeasure(int) - Constructor for class adaa.analytics.rules.logic.quality.ClassificationMeasure
- ClassificationRule - Class in adaa.analytics.rules.logic.representation.rule
-
Class representing a classification rule.
- ClassificationRule() - Constructor for class adaa.analytics.rules.logic.representation.rule.ClassificationRule
-
Creates empty classification rule.
- ClassificationRule(CompoundCondition, ElementaryCondition) - Constructor for class adaa.analytics.rules.logic.representation.rule.ClassificationRule
-
Creates classification rule with a given premise and a consequence.
- ClassificationRuleSet - Class in adaa.analytics.rules.logic.representation.ruleset
-
Class representing a set of classification rules.
- ClassificationRuleSet(IExampleSet, boolean, InductionParameters, Knowledge) - Constructor for class adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
-
Invokes base class constructor.
- ClassificationRulesPerformance - Class in adaa.analytics.rules.logic.performance
-
Class gathering additional performance measures for classification models (avg.
- ClassificationRulesPerformance(int) - Constructor for class adaa.analytics.rules.logic.performance.ClassificationRulesPerformance
- ClassificationSnC - Class in adaa.analytics.rules.logic.induction
-
Separate'n'conquer algorithm for generating classification rule sets.
- ClassificationSnC(AbstractFinder, InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ClassificationSnC
- ClassificationSnCTest - Class in adaa.analytics.rules.logic.induction
- ClassificationSnCTest() - Constructor for class adaa.analytics.rules.logic.induction.ClassificationSnCTest
- ClassPair - Class in adaa.analytics.rules.logic.induction
- ClassPair(String, String, INominalMapping) - Constructor for class adaa.analytics.rules.logic.induction.ClassPair
- clear() - Method in interface adaa.analytics.rules.data.INominalMapping
- clear() - Method in class adaa.analytics.rules.data.NominalMapping
- clear() - Method in class adaa.analytics.rules.logic.induction.ContingencyTable
- clear() - Method in class adaa.analytics.rules.logic.induction.Covering
- clear() - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
-
Clears the set (resets all the bits).
- clear() - Method in class adaa.analytics.rules.logic.representation.MultiSet
- clearObservers() - Method in class adaa.analytics.rules.logic.induction.AbstractFinder
- clone() - Method in class adaa.analytics.rules.data.DataTable
- clone() - Method in class adaa.analytics.rules.data.DataTableAnnotations
- clone() - Method in interface adaa.analytics.rules.data.IAttribute
- clone() - Method in interface adaa.analytics.rules.data.IExampleSet
- clone() - Method in interface adaa.analytics.rules.data.INominalMapping
- clone() - Method in class adaa.analytics.rules.data.metadata.ColumnMetaData
- clone() - Method in class adaa.analytics.rules.data.NominalMapping
- clone() - Method in class adaa.analytics.rules.logic.representation.condition.CompoundCondition
- clone() - Method in class adaa.analytics.rules.logic.representation.condition.ConditionBase
- clone() - Method in class adaa.analytics.rules.logic.representation.condition.ElementaryCondition
- clone() - Method in class adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
- clone() - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
-
Clones the set.
- clone() - Method in class adaa.analytics.rules.logic.representation.rule.Rule
- cloneWithNewOwner() - Method in class adaa.analytics.rules.data.metadata.ColumnMetaDataTest
- cloneWithNewOwner(DataTable) - Method in class adaa.analytics.rules.data.metadata.ColumnMetaData
- cloneWithNewOwner(DataTable) - Method in class adaa.analytics.rules.data.metadata.ColumnMetadataMap
- close() - Method in class adaa.analytics.rules.logic.induction.AbstractFinder
- close() - Method in class utils.reports.TestReportReader
- close() - Method in class utils.reports.TestReportWriter
- cluster - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnRole
- CN2Significnce - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- colName - Variable in class adaa.analytics.rules.data.condition.AbstractCondition
- columnCount() - Method in class adaa.analytics.rules.data.DataTable
- columnCount() - Method in interface adaa.analytics.rules.data.IExampleSet
- columnCount() - Method in class adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
- ColumnMetaData - Class in adaa.analytics.rules.data.metadata
- ColumnMetaData(String, EColumnType) - Constructor for class adaa.analytics.rules.data.metadata.ColumnMetaData
- ColumnMetaData(String, EColumnType, EColumnRole, List<String>, IExampleSet) - Constructor for class adaa.analytics.rules.data.metadata.ColumnMetaData
- ColumnMetaData(String, EColumnType, String, List<String>, IExampleSet) - Constructor for class adaa.analytics.rules.data.metadata.ColumnMetaData
- ColumnMetadataMap - Class in adaa.analytics.rules.data.metadata
- ColumnMetadataMap() - Constructor for class adaa.analytics.rules.data.metadata.ColumnMetadataMap
- ColumnMetadataMapTest - Class in adaa.analytics.rules.data.metadata
- ColumnMetadataMapTest() - Constructor for class adaa.analytics.rules.data.metadata.ColumnMetadataMapTest
- ColumnMetaDataTest - Class in adaa.analytics.rules.data.metadata
- ColumnMetaDataTest() - Constructor for class adaa.analytics.rules.data.metadata.ColumnMetaDataTest
- compare(IAttribute, IAttribute) - Method in class adaa.analytics.rules.logic.induction.AttributeComparator
-
Compares two attributes w.r.t.
- compareEstimators(KaplanMeierEstimator, KaplanMeierEstimator) - Method in class adaa.analytics.rules.logic.quality.LogRank
- compensationFactor - Variable in class adaa.analytics.rules.logic.induction.AttributePenalty
- compOperator - Variable in class adaa.analytics.rules.data.condition.AbstractCondition
- CompoundCondition - Class in adaa.analytics.rules.logic.representation.condition
-
Class representing a compound condition.
- CompoundCondition() - Constructor for class adaa.analytics.rules.logic.representation.condition.CompoundCondition
- condition - Variable in class adaa.analytics.rules.logic.induction.ConditionEvaluation
- conditionAdded(ConditionBase) - Method in class adaa.analytics.rules.logic.induction.AttributePenalty
- conditionAdded(ConditionBase) - Method in interface adaa.analytics.rules.logic.induction.IFinderObserver
- ConditionBase - Class in adaa.analytics.rules.logic.representation.condition
-
Abstract base class representing all conditions.
- ConditionBase() - Constructor for class adaa.analytics.rules.logic.representation.condition.ConditionBase
- ConditionBase.Type - Enum Class in adaa.analytics.rules.logic.representation.condition
-
Represents condition type:
- ConditionEvaluation - Class in adaa.analytics.rules.logic.induction
-
Helper class for storing information about evaluated condition.
- ConditionEvaluation() - Constructor for class adaa.analytics.rules.logic.induction.ConditionEvaluation
- conditionRemoved(ConditionBase) - Method in class adaa.analytics.rules.logic.induction.AttributePenalty
- conditionRemoved(ConditionBase) - Method in interface adaa.analytics.rules.logic.induction.IFinderObserver
- confidence - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnRole
- CONFIG_DIRECTORY - Static variable in interface utils.reports.Const
- configure(int) - Static method in class adaa.analytics.rules.utils.DoubleFormatter
- configureLogger(String) - Method in class adaa.analytics.rules.logic.rulegenerator.RuleGenerator
-
Used by python wrapper
- configureLogger(String, String) - Method in class adaa.analytics.rules.logic.rulegenerator.RuleGenerator
-
Used by python wrapper
- CONJUNCTION - Enum constant in enum class adaa.analytics.rules.logic.representation.LogicalOperator
- consequence - Variable in class adaa.analytics.rules.logic.representation.rule.Rule
-
Rule consequence.
- considerOtherClasses - Variable in class adaa.analytics.rules.logic.representation.Knowledge
-
Flag indicating whether automatic induction should be performed for classes for which no user's requirements have been defined (classification problems only) .
- Const - Interface in utils.reports
- Const.REPORTS_SECTIONS_HEADERS - Interface in utils.reports
- contains(double) - Method in class adaa.analytics.rules.logic.representation.valueset.AnyValueSet
- contains(double) - Method in class adaa.analytics.rules.logic.representation.valueset.Interval
-
Checks whether the interval contains a given value.
- contains(double) - Method in interface adaa.analytics.rules.logic.representation.valueset.IValueSet
-
Checks whether the set contains a given value.
- contains(double) - Method in class adaa.analytics.rules.logic.representation.valueset.SingletonSet
-
Checks whether the set contains a given value.
- contains(double) - Method in class adaa.analytics.rules.logic.representation.valueset.SingletonSetComplement
-
Checks whether the set contains a given value.
- contains(double) - Method in class adaa.analytics.rules.logic.representation.valueset.Universum
- contains(Object) - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
-
Checks if the set contains a given integer.
- contains(Object) - Method in class adaa.analytics.rules.logic.representation.MultiSet
-
Verifies the multiset contains a given element.
- contains(String) - Method in class adaa.analytics.rules.logic.rulegenerator.RuleGeneratorParams
- containsAll(Collection<?>) - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
-
Check if the set contains all integers from a given collection.
- containsKey(String) - Method in class adaa.analytics.rules.data.DataTableAnnotations
- containsParameter(String) - Method in class adaa.analytics.rules.logic.rulegenerator.RuleGenerator
-
Used by python wrapper
- ContingencyTable - Class in adaa.analytics.rules.logic.induction
-
Class representing contingency table.
- ContingencyTable() - Constructor for class adaa.analytics.rules.logic.induction.ContingencyTable
- ContingencyTable(double, double, double, double) - Constructor for class adaa.analytics.rules.logic.induction.ContingencyTable
- CONTRAST - Static variable in class adaa.analytics.rules.logic.representation.rule.RuleType
- contrast_attribute - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnRole
- CONTRAST_ATTRIBUTE_ROLE - Static variable in class adaa.analytics.rules.logic.representation.rule.ContrastRule
-
Name of the attribute role used for grouping.
- CONTRAST_REGRESSION - Static variable in class adaa.analytics.rules.logic.representation.rule.RuleType
- CONTRAST_SURVIVAL - Static variable in class adaa.analytics.rules.logic.representation.rule.RuleType
- contrastAttribute - Variable in class adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSet
- ContrastClassificationFinder - Class in adaa.analytics.rules.logic.induction
- ContrastClassificationFinder(InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ContrastClassificationFinder
-
Initializes induction parameters.
- ContrastExampleSet - Class in adaa.analytics.rules.logic.representation.exampleset
- ContrastExampleSet(IExampleSet) - Constructor for class adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSet
- ContrastExampleSetTest - Class in adaa.analytics.rules.logic.representation.exampleset
- ContrastExampleSetTest() - Constructor for class adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSetTest
- ContrastIndicators - Class in adaa.analytics.rules.logic.representation
- ContrastIndicators() - Constructor for class adaa.analytics.rules.logic.representation.ContrastIndicators
- ContrastIndicators(Iterable<ContrastRule>) - Constructor for class adaa.analytics.rules.logic.representation.ContrastIndicators
- ContrastRegressionExampleSet - Class in adaa.analytics.rules.logic.representation.exampleset
- ContrastRegressionExampleSet(IExampleSet) - Constructor for class adaa.analytics.rules.logic.representation.exampleset.ContrastRegressionExampleSet
- ContrastRegressionFinder - Class in adaa.analytics.rules.logic.induction
- ContrastRegressionFinder(InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ContrastRegressionFinder
- ContrastRegressionRule - Class in adaa.analytics.rules.logic.representation.rule
- ContrastRegressionRule(CompoundCondition, ElementaryCondition) - Constructor for class adaa.analytics.rules.logic.representation.rule.ContrastRegressionRule
-
Creates contrast rule with a given premise and a consequence.
- ContrastRegressionRuleSet - Class in adaa.analytics.rules.logic.representation.ruleset
- ContrastRegressionRuleSet(IExampleSet, boolean, InductionParameters, Knowledge) - Constructor for class adaa.analytics.rules.logic.representation.ruleset.ContrastRegressionRuleSet
-
Invokes base class constructor.
- ContrastRule - Class in adaa.analytics.rules.logic.representation.rule
- ContrastRule() - Constructor for class adaa.analytics.rules.logic.representation.rule.ContrastRule
-
Creates empty contrast rule.
- ContrastRule(CompoundCondition, ElementaryCondition) - Constructor for class adaa.analytics.rules.logic.representation.rule.ContrastRule
-
Creates contrast rule with a given premise and a consequence.
- ContrastRuleSet - Class in adaa.analytics.rules.logic.representation.ruleset
- ContrastRuleSet(IExampleSet, boolean, InductionParameters, Knowledge) - Constructor for class adaa.analytics.rules.logic.representation.ruleset.ContrastRuleSet
-
Invokes base class constructor.
- ContrastSnC - Class in adaa.analytics.rules.logic.induction
- ContrastSnC(AbstractFinder, InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ContrastSnC
- ContrastSurvivalExampleSet - Class in adaa.analytics.rules.logic.representation.exampleset
- ContrastSurvivalExampleSet(IExampleSet) - Constructor for class adaa.analytics.rules.logic.representation.exampleset.ContrastSurvivalExampleSet
- ContrastSurvivalFinder - Class in adaa.analytics.rules.logic.induction
- ContrastSurvivalFinder(InductionParameters) - Constructor for class adaa.analytics.rules.logic.induction.ContrastSurvivalFinder
- ContrastSurvivalRule - Class in adaa.analytics.rules.logic.representation.rule
- ContrastSurvivalRule(CompoundCondition, ElementaryCondition) - Constructor for class adaa.analytics.rules.logic.representation.rule.ContrastSurvivalRule
-
Creates contrast rule with a given premise and a consequence.
- ContrastSurvivalRuleSet - Class in adaa.analytics.rules.logic.representation.ruleset
- ContrastSurvivalRuleSet(IExampleSet, boolean, InductionParameters, Knowledge) - Constructor for class adaa.analytics.rules.logic.representation.ruleset.ContrastSurvivalRuleSet
-
Invokes base class constructor.
- convertStringColsToDouble() - Method in class adaa.analytics.rules.data.DataTable
- convertToDouble(Object) - Static method in class adaa.analytics.rules.utils.Tools
- copyFrom(Rule) - Method in class adaa.analytics.rules.logic.representation.rule.Rule
- Correlation - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- CorrelationCriterion - Class in adaa.analytics.rules.logic.performance
-
Computes the empirical corelation coefficient 'r' between label and prediction.
- CorrelationCriterion() - Constructor for class adaa.analytics.rules.logic.performance.CorrelationCriterion
- cost - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnRole
- countExample(double, double) - Method in class adaa.analytics.rules.logic.performance.SimpleCriterion
-
Subclasses must count the example and return the value to sum up.
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.AbstractPerformanceCounter
-
Counts a single example, e.g.
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.BalancedAccuracyPerformance
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.BinaryClassificationPerformance
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.ClassificationRulesPerformance
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.CorrelationCriterion
-
Updates all sums needed to compute the correlation coefficient.
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.IntegratedBrierScore
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.MultiClassificationPerformance
-
Initializes the criterion and sets the label.
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.NegativeVotingConflictsPerformance
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.NormalizedAbsoluteError
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.RootRelativeSquaredError
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.SimpleCriterion
- countExample(IExampleSet) - Method in class adaa.analytics.rules.logic.performance.SquaredCorrelationCriterion
- countResultValue() - Method in class adaa.analytics.rules.logic.performance.BinaryClassificationPerformance
- countResultValue() - Method in class adaa.analytics.rules.logic.performance.MultiClassificationPerformance
- countValues() - Method in class adaa.analytics.rules.logic.performance.RulePerformanceCounter
- Coverage - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- covered - Variable in class adaa.analytics.rules.logic.induction.ConditionEvaluation
- coveredNegatives - Variable in class adaa.analytics.rules.logic.representation.rule.Rule
-
Set of covered negatives.
- coveredPositives - Variable in class adaa.analytics.rules.logic.representation.rule.Rule
-
Set of covered positives.
- covering - Variable in class adaa.analytics.rules.logic.induction.ConditionEvaluation
- covering - Variable in class adaa.analytics.rules.logic.representation.condition.ConditionBase
-
Optional integer bit set for storing condition coverage.
- Covering - Class in adaa.analytics.rules.logic.induction
-
Represents covering of a rule.
- Covering() - Constructor for class adaa.analytics.rules.logic.induction.Covering
- Covering(double, double, double, double) - Constructor for class adaa.analytics.rules.logic.induction.Covering
- Covering(ContingencyTable) - Constructor for class adaa.analytics.rules.logic.induction.Covering
- Covering(ContingencyTable, Set<Integer>, Set<Integer>) - Constructor for class adaa.analytics.rules.logic.induction.Covering
- covers(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.rule.ClassificationRule
-
Applies the rule on a specified example set.
- covers(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.rule.RegressionRule
-
Applies the regression rule on a specified example set.
- covers(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.rule.Rule
-
Deprecated.
- covers(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.rule.SurvivalRule
-
Applies the rule on a specified example set.
- covers(IExampleSet, ContingencyTable) - Method in class adaa.analytics.rules.logic.representation.rule.ClassificationRule
-
Applies the rule on a specified example set.
- covers(IExampleSet, ContingencyTable) - Method in class adaa.analytics.rules.logic.representation.rule.Rule
-
Applies the rule on a specified example set.
- covers(IExampleSet, ContingencyTable) - Method in class adaa.analytics.rules.logic.representation.rule.SurvivalRule
- covers(IExampleSet, ContingencyTable, Set<Integer>, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.ClassificationRule
-
Applies the rule on a specified example set.
- covers(IExampleSet, ContingencyTable, Set<Integer>, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.RegressionRule
- covers(IExampleSet, ContingencyTable, Set<Integer>, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.Rule
-
Applies the rule on a specified example set.
- covers(IExampleSet, ContingencyTable, Set<Integer>, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.SurvivalRule
- covers(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.ClassificationRule
-
Applies the rule on a part of a specified example set.
- covers(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.RegressionRule
-
Applies the rule on a specified example set.
- covers(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.Rule
-
Deprecated.
- covers(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.rule.SurvivalRule
-
Applies the rule on a part of a specified example set.
- coversUnlabelled(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.rule.Rule
-
Gets indices of covered examples without positive/negative distinction.
- create(IExampleSet) - Method in class adaa.analytics.rules.logic.induction.RuleFactory
-
Creates an empty rule set of appropriate type.
- create(IExampleSet) - Method in class adaa.analytics.rules.logic.representation.exampleset.ExampleSetFactory
-
Creates an empty rule set of appropriate type.
- create(CompoundCondition, ElementaryCondition) - Method in class adaa.analytics.rules.logic.induction.RuleFactory
-
Creates a rule of appropriate type from a premise and a consequence.
- create_geq(double) - Static method in class adaa.analytics.rules.logic.representation.valueset.Interval
-
Factory method which creates a left-bounded interval in the form [v, +inf).
- create_le(double) - Static method in class adaa.analytics.rules.logic.representation.valueset.Interval
-
Factory method which creates a right-bounded interval in the form (-inf, v).
- createAttribute(IAttribute, String) - Static method in class adaa.analytics.rules.data.metadata.AttributeFactory
- createAttribute(String, EColumnType) - Static method in class adaa.analytics.rules.data.metadata.AttributeFactory
- CreateDataTableAllTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - decisionAttribute - survivalTimeAttribute - contrastAttribute
- CreateDataTableContrastTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - contrastAttribute
- CreateDataTableLabelContrastTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - decisionAttribute - contrastAttribute
- CreateDataTableLabelSurvivalTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - decisionAttribute - survivalTimeAttribute
- CreateDataTableLabelTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - decisionAttribute
- CreateDataTableSurvivalContrastTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - survivalTimeAttribute - contrastAttribute
- CreateDataTableSurvivalTest() - Method in class adaa.analytics.rules.data.DataTableTest
-
Create TsExampleSet with: - survivalTimeAttribute
- createPredictionAttributes(IExampleSet, IAttribute) - Method in class adaa.analytics.rules.logic.representation.ruleset.ClassificationRuleSet
-
Computes prediction attributes (voting results) for a given set.
- createPredictionAttributes(IExampleSet, IAttribute) - Method in class adaa.analytics.rules.logic.representation.ruleset.PredictionModel
-
This method creates prediction attributes like the predicted label and confidences if needed.
- createPredictionAttributes(IExampleSet, IAttribute) - Method in class adaa.analytics.rules.logic.representation.ruleset.SurvivalRuleSet
-
Computes prediction attributes (survival estimator) for a given set.
- createPredictionColumn(String) - Method in class adaa.analytics.rules.data.DataTable
- createSelection(Table) - Method in interface adaa.analytics.rules.data.condition.ICondition
- createSelection(Table) - Method in class adaa.analytics.rules.data.condition.StringCondition
- CreateTsExampleSetContrastTest() - Method in class adaa.analytics.rules.logic.representation.exampleset.ContrastExampleSetTest
- criterion - Variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
- CsvFileLoader - Class in ioutils
- CsvFileLoader() - Constructor for class ioutils.CsvFileLoader
- cumulativePenalty - Variable in class adaa.analytics.rules.logic.induction.AttributePenalty
- currentRuleAttributes - Variable in class adaa.analytics.rules.logic.induction.AttributePenalty
- customSort(String, EColumnSortDirections, ESortAlgorithm) - Method in class adaa.analytics.rules.data.DataTable
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form