- UINUMBER - Static variable in interface pl.poznan.put.cs.idss.jrs.core.isf.IsfParserConstants
-
RegularExpression Id.
- UINUMBER - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
-
RegularExpression Id.
- UncachedIntArray2IntegerHashSet - Class in pl.poznan.put.cs.idss.jrs.utilities
-
Class used to convert array with int
numbers into hash sets with Integer
elements.
- UncachedIntArray2IntegerHashSet() - Constructor for class pl.poznan.put.cs.idss.jrs.utilities.UncachedIntArray2IntegerHashSet
-
- UNDEFINED - Static variable in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
-
Constant indicating undefined binary relation
- UNDEFINED - Static variable in class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
-
Constant indicating undefined binary relation
- UNDEFINED_QUANTITY_OF_ADDED_MINIMAL_VALUES - Static variable in class pl.poznan.put.cs.idss.jrs.rules.AttributeInfo
-
Value of quantityOfAddedMinimalValuesIfLorenz
field used when values of the attribute for which
this information is created are defined in Pareto evaluation space
- UNDEFINED_RULE_CONSISTENCY_MEASURE - Static variable in class pl.poznan.put.cs.idss.jrs.rules.RuleConstants
-
Flag indicating undefined rule consistency measure
- Union - Class in pl.poznan.put.cs.idss.jrs.approximations
-
Class representing union (set) of preference-ordered decision classes.
- UNION_CONTAINER_STEP - Static variable in class pl.poznan.put.cs.idss.jrs.ranking.Ranker
-
Possible step at which calculations can be started (from setting a union container).
- unionContainer - Variable in class pl.poznan.put.cs.idss.jrs.ranking.RankerResults
-
Union container for the PCT created using the preference information
- UnionContainer - Class in pl.poznan.put.cs.idss.jrs.approximations
-
Class used to create and store all upward and downward unions which can be defined for a memory container
- UnionContainer(MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.UnionContainer
-
Constructor for UnionContainer
class.
Stores given reference to memory container, calculates decision criterion number and all basic classes
and creates all upward and downward unions.
- UnionContainer(MemoryContainer, int) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.UnionContainer
-
Constructor for
UnionContainer
class.
Stores given reference to memory container and decision criterion number, calculates all basic classes
and creates all upward and downward unions.
All exceptions that may be thrown by this method come from protected
UnionContainer.validate()
method,
which is called here.
- UnionContainer(MemoryContainer, int, Union[], Union[]) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.UnionContainer
-
Constructor for
UnionContainer
class.
Stores given reference to memory container, decision criterion number, upward unions,
downward unions and calculates all basic classes.
This method may throw described exceptions as well as exceptions which come from protected
UnionContainer.validate()
method,
which is called here.
- UnionContainerMerger - Class in pl.poznan.put.cs.idss.jrs.cbr.approximations
-
Class used to merge union containers created for "small" similarity tables into one union container,
created for "big" similarity table which is a sum of all "small" similarity tables.
- UnionContainerMerger() - Constructor for class pl.poznan.put.cs.idss.jrs.cbr.approximations.UnionContainerMerger
-
- UnionDecisionsPredictor - Class in pl.poznan.put.cs.idss.jrs.rules
-
Class used to predict right (decision) side of decision rule induced under the hypothesis that all examples
belonging to lower / upper approximation or boundary of given union of decision classes are positive ones and
other are negative ones.
- UnionDecisionsPredictor() - Constructor for class pl.poznan.put.cs.idss.jrs.rules.UnionDecisionsPredictor
-
Sole constructor
- UNKNOWN - Static variable in interface pl.poznan.put.cs.idss.jrs.core.isf.IsfParserConstants
-
RegularExpression Id.
- UNKNOWN - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
-
RegularExpression Id.
- UNKNOWN - Static variable in class pl.poznan.put.cs.idss.jrs.types.Field
-
Field's value hasn't been assigned.
- UNKNOWN_DOUBLE_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
-
Default value of all floating-point statistics, indicating that given statistic is unknown, i.e., it has not been calculated yet or
needs to be recalculated when needed
- UNKNOWN_DURATION - Static variable in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPathStep
-
Constant indicating unknown (i.e., not set) duration.
- UNKNOWN_INT_ARRAY - Static variable in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
-
Default value of all statistics whose values are lists of int
examples' numbers,
indicating that given statistic is unknown, i.e., it has not been calculated yet or
needs to be recalculated when needed
- UNKNOWN_INT_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
-
Default value of all integer statistics, indicating that given statistic is unknown, i.e., it has not been calculated yet or
needs to be recalculated when needed
- UNKNOWN_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.approximations.ConsistencyMeasure
-
- UNKNOWN_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.ClassificationResultsContainer
-
Value that is treated as unknown
- UNKNOWN_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.Constants
-
Other
- UNKNOWN_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.ensembles.AverageMethod
-
Value that is treated as unknown
- UNKNOWN_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.ensembles.MajorityVotingMethod
-
Value that is treated as unknown
- UNKNOWN_VALUE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.ensembles.WeightedVotingMethod
-
- UnknownValueException - Exception in pl.poznan.put.cs.idss.jrs.core
-
An UnknownValueException is thrown when an application tries
to read value that hasn't been assign and field is in "unknown" state.
- UnknownValueException(String) - Constructor for exception pl.poznan.put.cs.idss.jrs.core.UnknownValueException
-
Constructs an exception with detailed message of failure reason.
- UnsupportedException - Exception in pl.poznan.put.cs.idss.jrs.core
-
This exception is thrown by output classes in the situation of trying to
write an unsupported data type.
- UnsupportedException(String) - Constructor for exception pl.poznan.put.cs.idss.jrs.core.UnsupportedException
-
The sole constructor.
- update(int, int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairOfIndices
-
Sets both indices
- updateDuration(long) - Method in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPathStep
-
Updates duration of this step of a cross validation fold execution path by given amount, in milliseconds
- updateSelectorsAfterRule() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
-
- updateSelectorsAfterRule() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
-
- updateSelectorsAfterSelector(MLSelector) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
-
- updateSelectorsAfterSelector(VCMLSelector) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
-
- UPPER_APPROXIMATION - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.Constants
-
The rules type modes
- UPPER_APPROXIMATION - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
-
The rules type modes
- UpperCone - Variable in class pl.poznan.put.cs.idss.jrs.cbr.test.ConeContainer
-
- UPWARD - Static variable in class pl.poznan.put.cs.idss.jrs.approximations.Union
-
Alias for Union.ASCENDING
- UPWARD - Static variable in class pl.poznan.put.cs.idss.jrs.rules.Rule
-
Alias for Rule.AT_LEAST
- useEdgeRegionsInVCDomLEM - Variable in class pl.poznan.put.cs.idss.jrs.ranking.RankerParameters
-
Tells if EDGE regions are used during induction of certain decision rules (DRSA / VC-DRSA) or possible decision rules (DRSA) in VC-DomLEM algorithm
- useFieldHeadings - Variable in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPath
-
Tells if each cross-validation and fold value should be preceded by a heading and colon.
- usePartialMatchingTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
-
Returns the tip text for this property.
- usePostPrunningTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
-
Returns the tip text for this property.
- useReferenceRanking() - Method in class pl.poznan.put.cs.idss.jrs.ranking.RankerParameters
-
Checks if reference ranking should be used to create a partial PCT.
- useVariableConsitencyTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
-
Returns the tip text for this property