Index

A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

IAttribute - Interface in adaa.analytics.rules.data
 
IAttributes - Interface in adaa.analytics.rules.data
 
ICommandListener - Interface in adaa.analytics.rules.logic.rulegenerator
 
ICondition - Interface in adaa.analytics.rules.data.condition
 
id - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnRole
 
ID_SHIFT - Static variable in class adaa.analytics.rules.logic.representation.IntegerBitSet
 
IExampleSet - Interface in adaa.analytics.rules.data
 
IExpertFinder - Interface in adaa.analytics.rules.logic.induction
Interface to be implemented by all classes representing user-guided rule induction procedures.
IFinderObserver - Interface in adaa.analytics.rules.logic.induction
 
ignore - Static variable in class adaa.analytics.rules.logic.representation.MissingValuesHandler
Flag determining whether missing values should be considered as fulfilling any condition (ignored) or not fulfilling (default).
Implementation() - Constructor for class adaa.analytics.rules.logic.induction.SurvivalLogRankFinder.Implementation
 
INCREASING - Enum constant in enum class adaa.analytics.rules.data.metadata.EColumnSortDirections
 
induceCondition(Rule, IExampleSet, Set<Integer>, Set<Integer>, Set<IAttribute>, Pair<String, Object>...) - Method in class adaa.analytics.rules.logic.induction.AbstractFinder
Abstract method representing all procedures which induce an elementary condition.
induceCondition(Rule, IExampleSet, Set<Integer>, Set<Integer>, Set<IAttribute>, Pair<String, Object>...) - Method in class adaa.analytics.rules.logic.induction.ApproximateClassificationFinder
Induces an elementary condition.
induceCondition(Rule, IExampleSet, Set<Integer>, Set<Integer>, Set<IAttribute>, Pair<String, Object>...) - Method in class adaa.analytics.rules.logic.induction.ClassificationFinder
Induces an elementary condition.
induceCondition(Rule, IExampleSet, Set<Integer>, Set<Integer>, Set<IAttribute>, Pair<String, Object>...) - Method in class adaa.analytics.rules.logic.induction.RegressionFinder
 
induceCondition_mean(Rule, IExampleSet, Set<Integer>, Set<Integer>, Set<IAttribute>, Pair<String, Object>...) - Method in class adaa.analytics.rules.logic.induction.RegressionFinder
 
inducedConditionsCount - Variable in class adaa.analytics.rules.logic.representation.rule.Rule
Number of induced conditions.
induceUsingAutomatic - Variable in class adaa.analytics.rules.logic.representation.Knowledge
Flag indicating if new rules should be induced with automatic conditions.
induceUsingPreferred - Variable in class adaa.analytics.rules.logic.representation.Knowledge
Flag indicating if new rules should be induced with preferred conditions and attributes.
INDUCTION - Enum constant in enum class adaa.analytics.rules.logic.rulegenerator.RuleGeneratorParams.MeasureDestination
 
InductionParameters - Class in adaa.analytics.rules.logic.induction
Class representing all parameters of rule induction algorithm.
InductionParameters() - Constructor for class adaa.analytics.rules.logic.induction.InductionParameters
 
INF - Static variable in class adaa.analytics.rules.logic.representation.valueset.Interval
Constant representing positive infinity.
inFile - Variable in class adaa.analytics.rules.consoles.config.TrainElement
 
InformationGain - Static variable in class adaa.analytics.rules.logic.quality.ClassificationMeasure
 
init(IExampleSet) - Method in class adaa.analytics.rules.logic.induction.AttributePenaltyCollection
 
initializeAndRun() - Method in class adaa.analytics.rules.consoles.ExperimentalConsole
 
INominalMapping - Interface in adaa.analytics.rules.data
 
IntegerBitSet - Class in adaa.analytics.rules.logic.representation
Upper-bounded set of integers represented internally as a bit vector.
IntegerBitSet(int) - Constructor for class adaa.analytics.rules.logic.representation.IntegerBitSet
Allocates words array for storing bits.
IntegerBitSet(int, boolean) - Constructor for class adaa.analytics.rules.logic.representation.IntegerBitSet
Allocates words array for storing bits.
IntegratedBrierScore - Class in adaa.analytics.rules.logic.performance
Class representing integrated Brioer score - a performance measures for survival models.
IntegratedBrierScore() - Constructor for class adaa.analytics.rules.logic.performance.IntegratedBrierScore
 
internalEvaluate(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.condition.CompoundCondition
Evaluates the condition on a specified dataset.
internalEvaluate(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.condition.ConditionBase
Evaluates the condition on a specified dataset.
internalEvaluate(IExampleSet, Set<Integer>) - Method in class adaa.analytics.rules.logic.representation.condition.ElementaryCondition
Evaluates the condition on a specified dataset.
internalEvaluate(Example) - Method in class adaa.analytics.rules.logic.representation.condition.CompoundCondition
Evaluates the condition on a given example.
internalEvaluate(Example) - Method in class adaa.analytics.rules.logic.representation.condition.ConditionBase
Evaluates the condition on a given example.
internalEvaluate(Example) - Method in class adaa.analytics.rules.logic.representation.condition.ElementaryCondition
Evaluates the condition on a given example.
internalMeasure - Variable in class adaa.analytics.rules.logic.quality.NegativeControlledMeasure
 
intersect(ElementaryCondition) - Method in class adaa.analytics.rules.logic.representation.condition.ElementaryCondition
Gets intersection with another elementary condition.
intersectionSize(Set<T>, Set<T>) - Static method in class adaa.analytics.rules.logic.induction.SetHelper
Calculates size of intersection of two sets.
intersects(IValueSet) - Method in class adaa.analytics.rules.logic.representation.valueset.AnyValueSet
 
intersects(IValueSet) - Method in class adaa.analytics.rules.logic.representation.valueset.Interval
Checks if the interval intersects with another one.
intersects(IValueSet) - Method in interface adaa.analytics.rules.logic.representation.valueset.IValueSet
Checks if the value set intersects with another one.
intersects(IValueSet) - Method in class adaa.analytics.rules.logic.representation.valueset.SingletonSet
Checks if the value set intersects with another one.
intersects(IValueSet) - Method in class adaa.analytics.rules.logic.representation.valueset.SingletonSetComplement
Checks if the value set intersects with another one.
intersects(IValueSet) - Method in class adaa.analytics.rules.logic.representation.valueset.Universum
 
Interval - Class in adaa.analytics.rules.logic.representation.valueset
Represents continuous interval.
Interval() - Constructor for class adaa.analytics.rules.logic.representation.valueset.Interval
Creates an unbounded interval (-inf,+inf).
Interval(double, double, boolean, boolean) - Constructor for class adaa.analytics.rules.logic.representation.valueset.Interval
Initializes all members.
Interval(double, String) - Constructor for class adaa.analytics.rules.logic.representation.valueset.Interval
Creates a half-bounded interval using value and relation in a text form.
IntervalTest - Class in adaa.analytics.rules.logic.representation.valueset
 
IntervalTest() - Constructor for class adaa.analytics.rules.logic.representation.valueset.IntervalTest
 
ioutils - package ioutils
 
IPenalizedFinder - Interface in adaa.analytics.rules.logic.induction
 
IQualityMeasure - Interface in adaa.analytics.rules.logic.quality
Interface to be implemented by all classes representing quality measures.
IQualityModifier - Interface in adaa.analytics.rules.logic.quality
 
isAdjustable() - Method in class adaa.analytics.rules.logic.representation.condition.ElementaryCondition
isAdjustMinimumCovered() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isApproximateInduction() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isBinaryContrastIncluded() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isConditionComplementEnabled() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isConsiderOtherClasses() - Method in class adaa.analytics.rules.logic.representation.Knowledge
isControlAprioriPrecision() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isDate() - Method in interface adaa.analytics.rules.data.IAttribute
 
isDate() - Method in class adaa.analytics.rules.data.metadata.ColumnMetaData
 
isDisabled() - Method in class adaa.analytics.rules.logic.representation.condition.ConditionBase
isDoubleColumnSorted(String, EColumnSortDirections) - Method in class adaa.analytics.rules.data.DataTable
 
isEmpty() - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
Checks if set is empty.
isEqual(double, double) - Static method in class adaa.analytics.rules.utils.Tools
 
isExtendUsingAutomatic() - Method in class adaa.analytics.rules.logic.representation.Knowledge
isExtendUsingPreferred() - Method in class adaa.analytics.rules.logic.representation.Knowledge
isForbidden(String, IValueSet) - Method in class adaa.analytics.rules.logic.representation.Knowledge
Checks if given condition is forbidden by the knowledge (0 is used as a class id).
isForbidden(String, IValueSet, int) - Method in class adaa.analytics.rules.logic.representation.Knowledge
Checks if given condition is forbidden by the knowledge for specified class.
isIgnoreMissing() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isInduceUsingAutomatic() - Method in class adaa.analytics.rules.logic.representation.Knowledge
isInduceUsingPreferred() - Method in class adaa.analytics.rules.logic.representation.Knowledge
isLogLevelEnabled(Level) - Method in class adaa.analytics.rules.utils.Logger
 
isMeanBasedRegression() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isNominal() - Method in interface adaa.analytics.rules.data.IAttribute
 
isNominal() - Method in class adaa.analytics.rules.data.metadata.ColumnMetaData
 
isNumerical() - Method in interface adaa.analytics.rules.data.IAttribute
 
isNumerical() - Method in class adaa.analytics.rules.data.metadata.ColumnMetaData
 
isPrunable() - Method in class adaa.analytics.rules.logic.representation.condition.ConditionBase
Check whether the condition is prunable (non-FORCED and non-PREFERRED).
isPruningEnabled() - Method in class adaa.analytics.rules.logic.induction.InductionParameters
 
isRequestStop() - Method in interface adaa.analytics.rules.logic.rulegenerator.ICommandListener
 
isRequestStop() - Method in class adaa.analytics.rules.logic.rulegenerator.OperatorCommandProxy
 
isVoting - Variable in class adaa.analytics.rules.logic.induction.RuleFactory
Flag indicating whether voting rules are to be created (always true).
isVoting - Variable in class adaa.analytics.rules.logic.representation.ruleset.RuleSetBase
Value indicating whether rules are voting.
isZero(double) - Static method in class adaa.analytics.rules.utils.Tools
 
iterator() - Method in class adaa.analytics.rules.data.DataTable
 
iterator() - Method in class adaa.analytics.rules.data.metadata.ColumnMetadataMap
 
iterator() - Method in class adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
 
iterator() - Method in class adaa.analytics.rules.logic.representation.IntegerBitSet
Gets a set iterator.
iterator() - Method in class adaa.analytics.rules.logic.representation.MultiSet
Multiset iterator.
IUserMeasure - Interface in adaa.analytics.rules.logic.quality
Interface to be implemented by user-defined measures.
IValueSet - Interface in adaa.analytics.rules.logic.representation.valueset
Inteface to be implemented by all classes representing set of values (discrete set, interval, sum of sets, etc.).
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form