A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

S

satisfactionDegreesInPreferenceGraph - Variable in class pl.poznan.put.cs.idss.jrs.ranking.RankerParameters
Satisfaction degrees in preference graphs
saveArffFile(String) - Method in interface pl.poznan.put.cs.idss.jrs.approximations.ConvertToInstances
Creates arff file that includes all objects.
saveArffFile(String) - Method in class pl.poznan.put.cs.idss.jrs.approximations.UnionContainer
Writes unions in WEKA ARFF file format.
saveArffFile(String, String) - Method in interface pl.poznan.put.cs.idss.jrs.approximations.ConvertToInstances
Creates two files arff files.
saveArffFile(String, String) - Method in class pl.poznan.put.cs.idss.jrs.approximations.UnionContainer
Creates two files with lower bounds and upper bounds of decision for all objects from lower approximations, in WEKA ARFF file format.
saveArffFile(String, String, double) - Method in class pl.poznan.put.cs.idss.jrs.approximations.UnionContainer
Creates two files with lower bounds and upper bounds of decision for all objects from lower approximations, in WEKA ARFF file format.
saveIsf(OutputStream, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.Transfer
Saves data contained in a memory container to a stream in ISF format.
saveIsf(String, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.Transfer
Saves data contained in a memory container to an ISF file.
saveJRankResults() - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Method saving calculation results to disk files.
saveMemoryContainerIntoISF(String, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.utilities.ISFWriter
Saves information table stored in given memory container into given ISF file.
saveSimpleIsf(OutputStream, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.Transfer
Saves data contained in a memory container to a stream in ISF format.
saveSimpleIsf(String, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.Transfer
Saves data contained in a memory container to an ISF file.
saveXml(OutputStream, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.Transfer
Saves data contained in a memory container to a stream in XML format.
saveXml(String, MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.Transfer
Saves data contained in a memory container to an XML file.
SECOND_ELEMENT_IN_PAIR - Static variable in class pl.poznan.put.cs.idss.jrs.rules.SingleConditionForPairOfValues
Possible value of conditionInterpretation used when this condition is defined for the second element in pair of values
SECOND_EXAMPLE_STRICTLY_DOMINATES_FIRST - Static variable in class pl.poznan.put.cs.idss.jrs.dominance.ParetoDominanceCalculator
Result of the checkDominance methods comparing whole examples, returned when the second example Pareto-dominates the first one and for at least one checked active condition criterion dominance is strict (attributes' values are not equal).
SECOND_FIELD_VALUE_IS_BETTER - Static variable in class pl.poznan.put.cs.idss.jrs.dominance.ParetoDominanceCalculator
Result of the checkDominance method comparing two field values, returned when the second field value is better than the first one.
selectedClass - Variable in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.MLRule
 
selectionCriterionTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
 
selectionCriterionTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
 
selectivelyUpdateJRankParameters(ArrayList<NamedProperties>, MemoryContainer, MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
SIC!
selectors - Variable in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.MLRule
 
SEMIKNOWN - Static variable in class pl.poznan.put.cs.idss.jrs.types.Field
Value of the field is not known, but it's not unknown either.
SEN_SPE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.Constants
 
SerialInput - Class in pl.poznan.put.cs.idss.jrs.core
This abstract class is the superclass of all classes providing serial input of the ISF data.
SerialIOException - Exception in pl.poznan.put.cs.idss.jrs.core
This exception is thrown when an error occurs during loading or saving data using the serial input/output interface.
SerialIOException(String) - Constructor for exception pl.poznan.put.cs.idss.jrs.core.SerialIOException
Constructs a SerialIOException with the specified message.
SerialIOException(String, Throwable) - Constructor for exception pl.poznan.put.cs.idss.jrs.core.SerialIOException
Constructs a SerialIOException with the specified message and cause.
SerialOutput - Class in pl.poznan.put.cs.idss.jrs.core
This abstract class is the superclass of all classes providing serial output of the ISF data.
serialVersionUID - Static variable in exception pl.poznan.put.cs.idss.jrs.core.ValueNotFoundException
Serial version UID
set(double) - Method in class pl.poznan.put.cs.idss.jrs.types.FloatField
Stores a new float in this class.
set(int) - Method in class pl.poznan.put.cs.idss.jrs.types.CardinalField
Sets the value of CardinalField.
set(int) - Method in class pl.poznan.put.cs.idss.jrs.types.EnumField
Changes the value by looking for a reference to an element with given index.
set(int) - Method in class pl.poznan.put.cs.idss.jrs.types.IntegerField
Sets the value of IntegerField.
set(String) - Method in class pl.poznan.put.cs.idss.jrs.cbr.types.StringFieldExt
Changes the value of StringFieldExt.
set(String) - Method in class pl.poznan.put.cs.idss.jrs.types.EnumField
Changes the value by looking for a reference to an element with given name.
set(String) - Method in class pl.poznan.put.cs.idss.jrs.types.StringField
Changes the value of StringField.
SET - Static variable in class pl.poznan.put.cs.idss.jrs.ranking.RankerParameters
setAConfirmationMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the confirmation measure A.
In order to (re)set confirmation measure A to its default value pass UNKNOWN_DOUBLE_VALUE constant.
setActive() - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setActive(boolean) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Sets the visibility of this attribute in decision table.
setAggregationByMedian() - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setAggregationBySum() - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setAggregationMethod(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IIVotes
Sets the method used.
setAggregationMethod(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IVotes
Sets the method used.
setAllAttributesMeaningsDescriptions(int[]) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Sets all attributes' meanings descriptions at once.
setAllPositiveExamples(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setAllPositiveExamples(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingMonotonicVCdomLEMCommand
 
setAllPositiveExamples(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingMonotonicVCdomLEMCommand
 
setAllPositiveExamples(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setAllPositiveExamples(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setAlpha(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets parameter alpha of confirmation measure c1.
setAmplifyInterestStrong(boolean) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setAmplifyInterestWeak(boolean) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setApproximatedEntities(ApproximatedEntity[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets array of approximated entities, used by EntireGranulesRuleGenerator.generateRules() method.
setApproximatedEntities(ApproximatedEntity[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets array of approximated entities, used by VCDomLem.generateRules() method.
setApproximatedEntityDecisionsPredictor(ApproximatedEntityDecisionsPredictor) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets approximated entity decisions' predictor, used by EntireGranulesRuleGenerator.generateRules() method.
setApproximatedEntityDecisionsPredictor(ApproximatedEntityDecisionsPredictor) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets approximated entity decisions' predictor, used by VCDomLem.generateRules() method.
setAtLeastRelationSatisfactionDegree(int, int, Field, double) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraph
Sets satisfaction degree for "at least" relation with given reference value and pair of vertices with given indices
setAtLeastRelationSatisfactionDegrees(int, int, Hashtable<Field, Double>) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraph
Sets hash table with keys corresponding to reference values of relations "at least", and values corresponding to satisfaction degrees of these relations, for ordered pair of vertices with given indices.

SIC!
setAtMostRelationSatisfactionDegree(int, int, Field, double) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraph
Sets satisfaction degree for "at most" relation with given reference value and pair of vertices with given indices
setAtMostRelationSatisfactionDegrees(int, int, Hashtable<Field, Double>) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraph
Sets hash table with keys corresponding to reference values of relations "at most", and values corresponding to satisfaction degrees of these relations, for ordered pair of vertices with given indices.

SIC!
setAttributeInfoForTestAttribute(AttributeInfoWithSimilarityFunction) - Method in class pl.poznan.put.cs.idss.jrs.rules.SimilarityCondition
Sets information about an attribute from test memory container (with SimpleField fields) to which decision rule containing this condition can be applied.
setAttributeMeaningDescription(int, int) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Inserts given description of the attribute's meaning at given position.
setAttributes(Attribute[]) - Method in class pl.poznan.put.cs.idss.jrs.core.db.HSQLOutput
Sets attributes
setAttributes(Attribute[]) - Method in class pl.poznan.put.cs.idss.jrs.core.db.MySQLOutput
Sets attributes
setAttributes(Attribute[]) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainer
Sets the first row of the table - attributes.
setAttributesMeaningsDescriptions(AttributesMeaningsDescriptions) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Sets description of the meanings of all attributes from memory container.
setAttrNum(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLSelector
 
setBaggingRandomGenerator(Random) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.BaggingWrapper
 
setBaggingRandomGenerator(Random) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setBagSizePercent(int) - Method in class pl.poznan.put.cs.idss.jrs.ensembles.Bagging
 
setBeta(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets parameter beta of confirmation measure c1.
setBoundary(int[], double, byte[]) - Method in class pl.poznan.put.cs.idss.jrs.approximations.ApproximatedEntity
Sets boundary of this entity and all parameters describing conditions under which this boundary has been calculated
setBoundary(int[], double, byte[], int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.Union
Sets boundary of this union and all parameters describing conditions under which this boundary has been calculated
setBoundary(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.MonotonicUnion
Sets boundary of this union and all parameters describing conditions under which this boundary has been calculated
setBoundary(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.PairDecisionMonotonicUnion
Sets boundary of this union and all parameters describing conditions under which this boundary has been calculated
setBoundary(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.StandardUnion
Sets boundary of this union and all parameters describing conditions under which this boundary has been calculated
setC1ConfirmationMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the confirmation measure c1.
In order to (re)set confirmation measure c1 to its default value pass UNKNOWN_DOUBLE_VALUE constant.
setCertainty(double) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.SimpleClassificationResult
 
setCharacteristicDecisionClassUsageTip(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets usage tip for characteristic decision classes of generated rules, used by EntireGranulesRuleGenerator.generateRules() method.
setCharacteristicDecisionClassUsageTip(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets usage tip for characteristic decision classes of generated rules, used by VCDomLem.generateRules() method.
setCheckConfidence(boolean) - Method in class pl.poznan.put.cs.idss.jrs.ranking.WFNFS
Deprecated.
Sets flag indicating whether confidence of covering rules should be taken into account when calculating net flow score for an example
setCheckConfidenceDuringMinimalityTest(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setCheckConfidenceDuringMinimalityTest(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setClasses(Field[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesContainer
Sets list of all possible values of decision attribute collected from learning memory container for which this rules' container has been created.

Given array is directly stored in this class.
setClassificationMethod(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setClassificationMethod(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setClassificationStrategy(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Sets the classification strategy used.
setClassificationStrategy(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Sets the classification strategy used.
setClassificationType(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesDRSAClassificationMethod
Sets classification type
setClassifier(Classifier) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.ClassificationResultsContainer
Sets classifier.
setClassifier(Classifier) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.WekaClassificationMethod
 
setClassIndex(int) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setClassVector(BitSet[]) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLRule
 
setCommonPart(Complex) - Method in class pl.poznan.put.cs.idss.jrs.apriori.Group
 
setCommonPart(Complex, ElementaryCondition) - Method in class pl.poznan.put.cs.idss.jrs.apriori.Group
Sets common part as sum of complex and given elementary condition
setConditions(HashSet<Condition>) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets all conditions from given hash set on the left (condition) side of this rule, deletes temporary additional condition and sets reference to temporarily deleted condition to null.
setConditionsSelectionMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets method of selection of conditions during induction of single decision rule, used by VCDomLem.generateRules() method.
setConditionsSelectionMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setConditionsSelectionMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setConditionsSelectionMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapperOpt
 
setConditionsSelectionMethod(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setConditionValidator(ConditionValidator) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets condition validator stored in generated rules, used by EntireGranulesRuleGenerator.generateRules() method.
setConditionValidator(ConditionValidator) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets condition validator stored in generated rules, used by VCDomLem.generateRules() method.
setConfidence(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets confidence (credibility / certainty factor) of the rule in the context of rule's learning memory container.
setConfidenceLevel(double) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setConfidenceLevel(double) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setConfidenceLevel(double) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapperOpt
 
setConsideredRelations(int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.RankRule
Sets information concerning type of explored relation
setConsideredSetOfRules(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets considered set of rules.
setConsistencyIn(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets method of calculating value of used rule consistency measure for certain rules.
setConsistencyLevel(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesContainer
Sets level of consistency used to calculate approximations or boundaries which were basis for induction of rules stored in this container
setConsistencyMeasure(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.MonotonicVCdomLEMCommand
 
setConsistencyMeasure(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setConsistencyMeasure(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.MonotonicVCdomLEMCommand
 
setConsistencyMeasure(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingGenericVCdomLEMCommand
 
setConsistencyMeasure(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setConsistencyMeasure(ConsistencyMeasure) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setConsistencyMeasureThreshold(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets consistency measure threshold
setConsistencyMeasureType(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setContainerType(int) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Sets type of memory container
setCoverageFactor(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets coverage factor of the rule in the context of rule's learning memory container.
setCoveredInstances(BitSet) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLRule
 
setCoveredInstances(BitSet) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLSelector
 
setCrossValidationFoldPaths(int, int, CrossValidationFoldPaths) - Method in class pl.poznan.put.cs.idss.jrs.test.RepeatedCrossValidationResults
Stores cross-validation fold paths for a cross-validation and its fold with given indices.
setCrossValidationSeed(int, long) - Method in class pl.poznan.put.cs.idss.jrs.test.RepeatedCrossValidationResults
Stores seed of the cross-validation with a given index
setData(Instances) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLRule
 
setDebugStream(PrintStream) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.IsfParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserTokenManager
Set debug output.
setDecision(String) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setDecisionAttributeIndex(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.Classifier
Sets decision index of attribute used by classifier.
setDecisionAttributeIndex(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.WekaClassifier
Sets decision index of attribute used by classifer.
setDecisionAttributeIndex(int) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
 
setDecisionAttributePreferenceType(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesDRSAClassificationMethod
Sets preference type (COST or GAIN) of the decision attribute.
setDecisionAttributePreferenceType(Attribute) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.DRSAClassificationMethod
Sets preference type (COST or GAIN) of the decision attribute.
setDecisionAttributePreferenceType(Attribute) - Method in interface pl.poznan.put.cs.idss.jrs.classifiers.DRSAMethod
Sets preference type (COST or GAIN) of the decision attribute.
setDecisionAttributePreferenceType(Attribute) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesDRSAClassificationMethod
Sets preference type (COST or GAIN) of the decision attribute.
setDecisionAttributePreferenceType(Attribute) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesHybridClassificationMethod
 
setDecisions(HashSet<Condition>) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets all decisions from given hash set on the right (decision) side of this rule.
setDecisions(SimpleField[]) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RepeatedCrossValidationResultsContainer
 
setDefaultModeOfPositiveExamplesForVCDRSA() - Method in class pl.poznan.put.cs.idss.jrs.rules.MonotonicVCDomLem
Sets default mode of positive examples for VC-DRSA.
setDefaultModeOfPositiveExamplesForVCDRSA() - Method in class pl.poznan.put.cs.idss.jrs.rules.StandardVCDomLem
Sets default mode of positive examples for VC-DRSA.
setDefaultModeOfPositiveExamplesForVCDRSA() - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets default mode of positive examples for VC-DRSA.
setDefaultOutput(String) - Static method in class pl.poznan.put.cs.idss.jrs.output.OM
Sets default output (by key), used in print(String) and println(String) methods
setDeleteNotMinimalRules(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setDeleteNotMinimalRules(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setDeleteRedundantConditions(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setDeleteRedundantConditions(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setDeleteRedundantRules(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setDeleteRedundantRules(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setDescription(String) - Method in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPathStep
Sets description of this step of a cross validation fold execution path
setDiscretization(Discretization) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Assigns list of intervals associated with the domain discretization.
setDistribution() - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setDominanceCheckMethod(int) - Static method in class pl.poznan.put.cs.idss.jrs.types.PairField
Sets dominance check method used in checkDominance member function.
setDownwardSuggestion(SimpleField, int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.DRSAClassificationResult
Sets and combines downward suggestions in a DRSA manner by taking intersection of all of those suggestions.
setDuration(long) - Method in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPathStep
Sets duration of this step of a cross validation fold execution path, in milliseconds
setDuration(String) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesContainer
Sets total duration (in miliseconds) of rule induction process for all rules stored within this container.
setEachRuleMustHaveAtLeastOneCondition(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setEachRuleMustHaveAtLeastOneCondition(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setEpsilonPrimMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the inconsistency measure $\epsilon'$.
In order to (re)set inconsistency measure to its default value pass UNKNOWN_DOUBLE_VALUE constant.
setErrorMeasure(int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.RankingErrorCalculator
Sets error measure
setErrors(double[]) - Method in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPath
Sets errors of this execution path.
setErrorsNames(String[]) - Method in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPath
Sets errors names.
setEstimationCriteria(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IIVotes
Sets the method used.
setEval(double) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLSelector
 
setEvaluationDifference2PreferenceIntensityDegree(EvaluationDifference2PreferenceIntensityDegree) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Sets information about how to convert differences of evaluations on conditional cardinal criteria to the degrees of the intensity of preference.
setEvaluationSpaceUsed(int) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Sets evaluation space in which evaluations from memory container are defined
setExample(int, Example) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainer
Sets new example instead of one at given position.
setExample(int, Example) - Method in interface pl.poznan.put.cs.idss.jrs.core.RandomAccess
It copies all fields' values from given example into the one at specified row.
setFConfirmationMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the confirmation measure f.
In order to (re)set confirmation measure f to its default value pass UNKNOWN_DOUBLE_VALUE constant.
setField(Field[]) - Method in class pl.poznan.put.cs.idss.jrs.types.Example
Sets fields of this example.
setFile(File) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.reducts.Reducts.ReductsCalculationResult
 
setFileInfo(FileInfo) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesContainer
Sets information about this rules' container, written to *.rules file.
setFileInfo(FileInfo) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainer
Sets the file info referenced to this table.
setFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserLog
Sets log Filename.
setFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapperOpt
 
setFilePath(String) - Method in class pl.poznan.put.cs.idss.jrs.output.FileOut
 
setFilterImbalancedInstances(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
 
setFold(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.ensembles.EnsembleClassificationStatisticsFoldCollector
 
setForwardPrunningCoefficient(double) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Set the value of forwardPrunningCoefficient.
setForwardPrunningCoefficient(double) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Set the value of forwardPrunningCoefficient.
setFuzzySatisfactionDegreeCalculationMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraphGenerator
Sets the method of calculating fuzzy satisfaction degrees of any at least / at most relation in generated preference graph.
setFuzzySatisfactionDegreeCalculationMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraphGeneratorVirtualAllRules
Sets the method of calculating fuzzy satisfaction degrees of any at least / at most relation in generated preference graph.
setFuzzySatisfactionDegreeCalculationMethod(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets fuzzy satisfaction degree calculation method.
setGenerated(boolean) - Method in class pl.poznan.put.cs.idss.jrs.types.Field
 
setGenerateIntermediateFiles(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setGenerateIntermediateFiles(boolean) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setGenericConsistencyParameter(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setGenericConsistencyParameter(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.MonotonicVCdomLEMCommand
 
setGenericConsistencyParameter(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingMonotonicVCdomLEMCommand
 
setGenericConsistencyParameter(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingMonotonicVCdomLEMCommand
 
setGenericConsistencyParameter(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setHashtable(Object) - Method in class pl.poznan.put.cs.idss.jrs.utilities.DefaultHashtable
Sets given reference to the underlying hashtable of type java.util.Hashtable
setHashtable(Object) - Method in interface pl.poznan.put.cs.idss.jrs.utilities.IHashtable
Sets given reference to the underlying hashtable
setHashtable(Object) - Method in class pl.poznan.put.cs.idss.jrs.utilities.OptimizedHashtable
Sets given reference to the underlying hashtable of type com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable
setHVDM(int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.ConsistencyMeasure
 
setHVDMFeatureEnsemble(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setId(int) - Method in class pl.poznan.put.cs.idss.jrs.cbr.types.PairSimilarity
Sets index of an attribute from memory container for which this similarity function is defined
setId(String) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainer
Sets id of this container
setInactive() - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setInconsistencyMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the inconsistency measure $\epsilon$.
In order to (re)set inconsistency measure to its default value pass UNKNOWN_DOUBLE_VALUE constant.
setInconsistencyVCBagging() - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setInconsistencyVCBagging(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.BaggingWrapper
 
setIndex1(int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairOfIndices
Sets the first index
setIndex2(int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairOfIndices
Sets the second index
setIndexOfPairOfExamplesNumbers(int) - Static method in class pl.poznan.put.cs.idss.jrs.cbr.core.SimilarityTableDetector
Sets index of pair of examples' numbers
setIndexOfPairOfExamplesNumbers(int) - Static method in class pl.poznan.put.cs.idss.jrs.pct.PCTDetector
Sets index of pair of examples' numbers
setInducePossibleRules(boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
Sets flag indicating if possible rules should be induced
setInitialStatistics(int[], int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets statistics of the rule with empty condition part.
setInitialValue(Field) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Sets initial value of this attribute
setInputFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setInputFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setInputFormat(Instances) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
Sets the format of the input instances.
setInstanceIndex(int) - Method in class pl.poznan.put.cs.idss.jrs.core.imbalance.IInstance
Sets index of the instance in original data set.
setInterestIndex(int) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setIntervalsSetting(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.ensembles.WeightedVotingMethod
 
setJRankParameters(JRankParameters) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
SIC!
setjRankPrivateParameters(JRankPrivateParameters) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRankParameters
Sets private jRank parameters
setKey(String) - Method in class pl.poznan.put.cs.idss.jrs.output.FileOut
Sets key characteristic for this message output
setKey(String) - Method in interface pl.poznan.put.cs.idss.jrs.output.IMessageOutput
Sets key characteristic for this message output
setKey(String) - Method in class pl.poznan.put.cs.idss.jrs.output.SystemOut
Sets key characteristic for this message output
setKind(int) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setKind(int) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Assigns the interpretation of data in column.
setLConfirmationMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the confirmation measure l.
In order to (re)set confirmation measure l to its default value pass UNKNOWN_DOUBLE_VALUE constant.
setLearningData(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets learning information table.
setLearningDataFile(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets learning data file.
setLearningMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets learning memory container for which all rules are generated, used by EntireGranulesRuleGenerator.generateRules() method.
setLearningMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets reference to learning memory container.
setLearningMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets learning memory container for which all rules are generated, used by VCDomLem.generateRules() method.
setLearningMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setLearningMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setLearningMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapperOpt
 
setLearningMemoryContainer(WekaTransferableMemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.WekaMethodWrapper
 
setLimitNumberOfUnions(boolean) - Method in class pl.poznan.put.cs.idss.jrs.approximations.PairDecisionMonotonicUnionContainer
 
setLnFeatureEnsemble() - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingGenericVCdomLEMCommand
 
setLnFeatureEnsemble() - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setLowerApproximation(int[], double, byte[]) - Method in class pl.poznan.put.cs.idss.jrs.approximations.ApproximatedEntity
Sets lower approximation of this entity and all parameters describing conditions under which this approximation has been calculated
setLowerApproximation(int[], double, byte[], int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.Union
Sets lower approximation of this union and all parameters describing conditions under which this approximation has been calculated
setLowerApproximation(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.MonotonicUnion
Sets lower approximation of this union and all parameters describing conditions under which this approximation has been calculated
setLowerApproximation(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.PairDecisionMonotonicUnion
Sets lower approximation of this union and all parameters describing conditions under which this approximation has been calculated
setLowerApproximation(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.StandardUnion
Sets lower approximation of this union and all parameters describing conditions under which this approximation has been calculated
setMaxLength(int) - Method in class pl.poznan.put.cs.idss.jrs.apriori.StoppingCondition
 
setMaxQuantitiesOfRulesForPositiveExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets array of maximal quantities of rules for each approximated entity passed to generateRules method.
setMaxQuantityOfRulesForPositiveExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setMaxQuantityOfRulesForPositiveExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets maximal quantity of rules for one set of positive examples.
setMaxQuantityOfRulesForPositiveExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setMeasure(int) - Static method in class pl.poznan.put.cs.idss.jrs.approximations.MonotonicUnion
Sets measure used to calculate approximations and boundary of this monotonic union.
setMeasure(int) - Static method in class pl.poznan.put.cs.idss.jrs.approximations.PairDecisionMonotonicUnion
Sets measure used to calculate approximations and boundary of this monotonic union.
setMembership() - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setMembership(boolean) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Describes a special information meaning on values in column.
setMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesHybridClassificationMethod
 
setMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesVCDRSAClassificationMethod
 
setMemoryContainer(MemoryContainer) - Method in interface pl.poznan.put.cs.idss.jrs.classifiers.VCDRSAMethod
 
setMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
Sets memory container
setMemoryContainerDescription(MemoryContainerDescription) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainer
Sets description of this container.
setMethod(int) - Static method in class pl.poznan.put.cs.idss.jrs.dominance.DominanceMethod
Set dominance calculation method
setMethod(ClassificationMethod) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.Classifier
 
setMethod(RulesClassificationMethod) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setMethod(WekaClassificationMethod) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.WekaClassifier
 
setMethod(WekaClassificationMethod, boolean) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.WekaMethodWrapper
Sets WEKA classification method
setMinRateOfCoveredPositiveExamples(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setMinRateOfCoveredPositiveExamples(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets minimal rate of covered positive examples for one set of positive examples.
setMinRateOfCoveredPositiveExamples(double) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setMinRatesOfCoveredPositiveExamples(double[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets array of minimal rates of covered positive examples for each approximated entity passed to generateRules method.
setMinSupport(int) - Method in class pl.poznan.put.cs.idss.jrs.apriori.StoppingCondition
 
setModeOfPositiveExamplesForDRSA(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets mode of positive examples for DRSA.
setModeOfPositiveExamplesForVCDRSA(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.MonotonicVCDomLem
Sets mode of positive examples for VC-DRSA.
setModeOfPositiveExamplesForVCDRSA(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.StandardVCDomLem
Sets mode of positive examples for VC-DRSA.
setModeOfPositiveExamplesForVCDRSA(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets mode of positive examples for VC-DRSA.
setMonitor(IProgressNotifier) - Method in class pl.poznan.put.cs.idss.jrs.approximations.StandardJmafUnion
Sets monitor object
setMonitor(IProgressNotifier) - Method in class pl.poznan.put.cs.idss.jrs.approximations.StandardJmafUnionContainer
Sets progress notifier object
setName(String) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setName(String) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Sets an id for attribute.
setName(String) - Method in class pl.poznan.put.cs.idss.jrs.types.Example
Stores a new name for this example.
setName(String) - Method in class pl.poznan.put.cs.idss.jrs.utilities.NamedProperties
Sets name of this set of properties
setNegativeExamplesTreatment(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets method of treatment for negative examples, used by VCDomLem.generateRules() method.
setNegativeExamplesTreatment(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setNegativeExamplesTreatment(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setNegativeExamplesTreatment(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapperOpt
 
setNegativeExamplesTreatment(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setNumAttributes(int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.ConsistencyMeasure
 
setNumberOfClassifiers(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setNumberOfClassifiers(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingGenericVCdomLEMCommand
 
setNumberOfClassifiers(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setNumberOfFolds(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setNumberOfFolds(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setNumberOfLearningExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RepeatedCrossValidationResultsContainer
 
setNumberOfRepetitions(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setNumberOfRepetitions(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setNumbersOfCoveredExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets numbers of those examples from rule's learning memory container which are covered by the rule.
setNumbersOfNegativeCoveredExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
In case of rule in generation mode, sets numbers of those examples from rule's learning memory container which are covered by the rule but at the same time do not belong to the set of positive examples from learning memory container for which that rule is being induced.
setNumbersOfNeutralCoveredExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets numbers of those examples from rule's learning memory container which are covered by the rule and are neutral to this rule.
setNumbersOfNeutralExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets numbers of neutral examples for this rule.

Given list of numbers is transformed to Integer hash set and stored in this rule.

Main goal of this method is to facilitate reconstruction of rule's set of neutral examples' numbers after rule is read from file.

Currently this method always returns true.
setNumbersOfPositiveExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Sets numbers of positive examples for this rule.

Given list of numbers is transformed to TIntHashSet hash set and stored in this rule.

Main goal of this method is to facilitate reconstruction of rule's set of positive examples' numbers after rule is read from file.

Currently this method always returns true.
setNumbersOfPositiveExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets numbers of positive examples for this rule.

Given list of numbers is transformed to Integer hash set and stored in this rule.

Main goal of this method is to facilitate reconstruction of rule's set of positive examples' numbers after rule is read from file.

Currently this method always returns true.
setNumbersOfSupportingExamples(int[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets numbers of those examples from rule's learning memory container which support the rule.
setNumFolds(int) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
 
setNumNeighbours(int) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setOfNeutralExamplesNumbersContains(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Checks if the set of neutral examples' numbers contains the example with given number.
setOfNeutralExamplesNumbersIsSet() - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Checks if the set of neutral examples numbers is set (!
setOfNeutralExamplesNumbersSize() - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Gets size of the set of neutral examples numbers
setOfPositiveExamplesNumbersContains(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Checks if the set of positive examples numbers contains example with given number
setOfPositiveExamplesNumbersContains(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Checks if the set of positive examples numbers contains example with given number
setOfPositiveExamplesNumbersIsSet() - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Checks if the set of positive examples numbers is set (!
setOfPositiveExamplesNumbersIsSet() - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Checks if the set of positive examples numbers is set (!
setOfPositiveExamplesNumbersSize() - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Gets size of the set of positive examples numbers
setOfPositiveExamplesNumbersSize() - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Gets size of the set of positive examples numbers
setOmit() - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setOptions(String[]) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IIVotes
Parses a given list of options.
setOptions(String[]) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IVotes
Parses a given list of options.
setOptions(String[]) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Parses a given list of options.
setOptions(String[]) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setOrdinalValue2CardinalValue(OrdinalValue2CardinalValue) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Sets information about how to convert ordinal values to cardinal values.
setOrExchangeTemporarilyDeletedCondition(Condition) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets or exchanges temporarily deleted "regular" condition from this rule.
setOutputFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setOutputFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setPercentageFeatureEnsemble(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingGenericVCdomLEMCommand
 
setPercentageFeatureEnsemble(double) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setPercSize(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setPercSize(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingGenericVCdomLEMCommand
 
setPercSize(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCBaggingWekaCommand
 
setPostPruningType(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Sets the post-pruning type used.
setPostPruningType(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Sets the post-pruning type used.
setPostPrunningCoefficient(double) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Set the value of post-pruning coefficient.
setPostPrunningCoefficient(double) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Set the value of post-pruning coefficient.
setPostPrunningOnlyGreaterClasses(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Set the value of postPrunningOnlyGreaterClasses.
setPostPrunningOnlyGreaterClasses(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Set the value of postPrunningOnlyGreaterClasses.
setPreference(int) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setPreference(String, int) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setPreferenceIntensityDegree(SimpleField) - Method in class pl.poznan.put.cs.idss.jrs.types.DiscretizationIntervalExt
Sets the degree of the intensity of preference associated with this interval.
setPreferenceType(int) - Method in class pl.poznan.put.cs.idss.jrs.types.Attribute
Assigns type of preference for values stored in the domain.
setProb(double) - Method in class pl.poznan.put.cs.idss.jrs.types.Possibility
Changes the value of possibility.
setProjectDirPath(String) - Method in class pl.poznan.put.cs.idss.jrs.utilities.Project
Sets path to directory of this project
setProperties(Properties) - Method in class pl.poznan.put.cs.idss.jrs.utilities.NamedProperties
Sets new set of properties
setProportional(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesVCDRSAClassificationMethod
 
setQuantitiesOfAddedMinimalValuesForLorenzEvaluationSpace(Hashtable<Integer, Integer>) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Sets quantities of added minimal values for particular cardinal gain criteria in Lorenz evaluation space
setQuantityOfCoveredExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets absolute quantity of those examples from rule's learning memory container which are covered by the rule (coverage of the rule).
setQuantityOfNegativeCoveredExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
In case of rule in generation mode, sets absolute quantity of all examples from rule's learning memory container which are covered by the rule but at the same time do not belong to the set of positive examples from learning memory container for which that rule is being induced.
setQuantityOfNeutralCoveredExamples(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets quantity of those examples from rule's learning memory container which are covered by the rule and are neutral to this rule.
setRankerParameters(RankerParameters) - Method in class pl.poznan.put.cs.idss.jrs.ranking.Ranker
Sets ranker parameters.
setRankerParameters(RankerParameters) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRankParameters
Sets ranker parameters employed by jRank
setRankerResults(RankerResults) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRankResults
Sets ranker results
setRankingProcedure(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets ranking procedure.
setReducts(List<byte[]>) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.reducts.Reducts.ReductsCalculationResult
 
setReferenceValue(Field) - Method in class pl.poznan.put.cs.idss.jrs.ranking.RankRule
Sets reference value of explored "at least" / "at most" relation
setReferenceValue(Field) - Method in class pl.poznan.put.cs.idss.jrs.rules.Relation
Sets reference value for this relation.
setReferenceValueRelation(RelationEqual) - Method in class pl.poznan.put.cs.idss.jrs.rules.SimilarityCondition
Sets reference value relation associated with this similarity condition.
setRelabelOthers(boolean) - Method in class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
setRelation(Relation) - Method in class pl.poznan.put.cs.idss.jrs.rules.SingleCondition
Sets relation associated with this condition.
setRelation(Relation) - Method in class pl.poznan.put.cs.idss.jrs.rules.SingleConditionForPairOfValues
Sets relation associated with this condition.
setRelationType(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLSelector
 
setResultsFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.BaggingWrapper
 
setResultsFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
Sets results file name
setResultsFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setResultsFileName(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.WekaMethodWrapper
 
setRule(Rule) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.parser.IndexedRule
Sets the rule
setRuleCovering(ArrayList<Rule>) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesCoveringInSet
 
setRuleCovering(Rule) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesCoveringInSet
 
setRuleQualityMeasure(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Sets the rule quality measure used.
setRulesContainer(RulesContainer) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesClassificationMethod
Sets rules container that is used to classify examples.
setRulesContainer(RulesContainer) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesHybridClassificationMethod
Sets rules container that is used to classify examples.
setRulesContainer(RulesContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.MonotonicVCdomLEMWrapper
 
setRulesContainer(RulesContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapper
 
setRulesContainer(RulesContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCdomLEMWrapperOpt
 
setRulesDRSAClassificationMethod(RulesDRSAClassificationMethod) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesHybridClassificationMethod
 
setRulesFormat(String) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesContainer
Sets format of the rules in this rules' container
setRuleStatistics(RuleStatistics) - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Sets all statistics of this rule at once.
setRuleStatistics(RuleStatistics) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets all statistics of this rule at once.
setRuleStatisticsOpt(RuleStatisticsOpt) - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Sets all statistics of this rule at once.
setRulesType(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setRulesType(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Sets the used approximation.
setRulesType(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Sets the used approximation.
setRulesVCDRSAClassificationMethod(RulesVCDRSAClassificationMethod) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesHybridClassificationMethod
 
setRuleType(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.RulesVCDRSAClassificationMethod
 
setSatisfactionDegreesInPreferenceGraph(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets satisfaction degrees in preference graph
setSeed(int[]) - Method in class pl.poznan.put.cs.idss.jrs.utilities.MersenneTwisterFast
Sets the seed of the MersenneTwister using an array of integers.
setSeed(long) - Method in class pl.poznan.put.cs.idss.jrs.approximations.ConsistencyMeasure
 
setSeed(long) - Method in class pl.poznan.put.cs.idss.jrs.executors.GenericVCdomLEMCommand
 
setSeed(long) - Method in class pl.poznan.put.cs.idss.jrs.executors.WekaCommand
 
setSeed(long) - Method in class pl.poznan.put.cs.idss.jrs.utilities.MersenneTwisterFast
Initalize the pseudo random number generator.
setSelectedClass(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLRule
 
setSelectionCriterion(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.Modlem
Sets the method used.
setSelectionCriterion(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Sets the method used.
setSelectors(List<VCMLSelector>) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLRule
 
setSet(HashSet) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesCoveringInSet
 
setSetOfNeutralExamplesNumbers(HashSet<Integer>) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets set with numbers of examples from learning memory container which this rule should completely ignore (i.e., they are neither positive nor negative).
setSetOfPositiveExamplesNumbers(HashSet<Integer>) - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Sets set with numbers of positive examples from learning memory container and thus affects all future checks if this rule is supported by some example from learning memory container.
setSetOfPositiveExamplesNumbers(HashSet<Integer>) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Sets set with numbers of positive examples from learning memory container and thus affects all future checks if this rule is supported by some example from learning memory container.
setSetOfPositiveExamplesNumbersOpt(TIntHashSet) - Method in class pl.poznan.put.cs.idss.jrs.rules.OptRule
Sets set with numbers of positive examples from learning memory container and thus affects all future checks if this rule is supported by some example from learning memory container.
setShortDescription(String) - Method in class pl.poznan.put.cs.idss.jrs.test.CrossValidationFoldPathStep
Sets short description of this step of a cross validation fold execution path
setSimilarityFunction(PairSimilarity) - Method in class pl.poznan.put.cs.idss.jrs.cbr.rules.AttributeInfoWithSimilarityFunction
Sets similarity function defined for the considered attribute.
setSimilarityRelation(Relation) - Method in class pl.poznan.put.cs.idss.jrs.rules.SimilarityCondition
Sets similarity relation associated with this similarity condition.
setSmoothFactor(double) - Static method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IIVotes
Sets the smooth factor.
setSmoothFactor(double) - Static method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IVotes
Sets the smooth factor.
setStrength(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets strength of the rule in the context of rule's learning memory container.
setSugestion(SimpleField) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.SimpleClassificationResult
 
setSupport(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets support of the rule in the context of its learning memory container.
setTableType(boolean) - Method in class pl.poznan.put.cs.idss.jrs.cbr.types.PairSimilarityTable
Sets table type.
setTestContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.ClassificationResultsContainer
Sets test dataset.
setTestData(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets test information table.
setTestDataFile(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets test data file.
setTestMemoryContainer(MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.core.mem.TestMemoryContainerDeliverer
Stores given reference to test memory container.
setTestMemoryContainer(MemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.RulesGeneratorWrapper
 
setTestMemoryContainer(WekaTransferableMemoryContainer) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.WekaMethodWrapper
 
Settings - Class in pl.poznan.put.cs.idss.jrs
Class used to store different settings of jRS library.
setTrainingSetSize(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IIVotes
Sets the size of each training set, as a percentage of the whole training set size.
setTrainingSetSize(int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IVotes
Sets the size of each training set, as a percentage of the whole training set size.
setTreatmentForAttributesWithoutPreferenceType(int) - Static method in class pl.poznan.put.cs.idss.jrs.dominance.ParetoDominanceCalculator
Sets method of treatment for atributes without preference type assigned.
setType(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets type of generated rules, used by EntireGranulesRuleGenerator.generateRules() method.
setType(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets type of generated rules, used by VCDomLem.generateRules() method.
setType(Field) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.AttributesBuilder
 
setTypeOfFamilyOfCriteria(int) - Method in class pl.poznan.put.cs.idss.jrs.Settings
Sets used type of family of criteria.
setTypeOfFamilyOfCriteria(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets type of family of criteria.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.cbr.types.SimilarityField
Makes pair unknown.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.types.Field
Makes the simple field's value unknown.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.types.FuzzyField
Makes this fuzzy field unknown.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.types.IntervalField
Makes interval value unknown.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.types.PairField
Makes pair unknown.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.types.SimpleField
Make the simple field's value unknown.
setUnknown() - Method in class pl.poznan.put.cs.idss.jrs.types.TrapezoidalField
Assigns an unknown value to this field.
setUpperApproximation(int[], double, byte[]) - Method in class pl.poznan.put.cs.idss.jrs.approximations.ApproximatedEntity
Sets upper approximation of this entity and all parameters describing conditions under which this approximation has been calculated
setUpperApproximation(int[], double, byte[], int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.Union
Sets upper approximation of this union and all parameters describing conditions under which this approximation has been calculated
setUpperApproximation(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.MonotonicUnion
Sets upper approximation of this union and all parameters describing conditions under which this approximation has been calculated
setUpperApproximation(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.PairDecisionMonotonicUnion
Sets upper approximation of this union and all parameters describing conditions under which this approximation has been calculated
setUpperApproximation(int[], double, byte[], int, int) - Method in class pl.poznan.put.cs.idss.jrs.approximations.StandardUnion
Sets upper approximation of this union and all parameters describing conditions under which this approximation has been calculated
setUpwardSuggestion(SimpleField, int) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.DRSAClassificationResult
Sets and combines upward suggestions in a DRSA manner by taking intersection of all of those suggestions.
setUsed(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLRule
 
setUsed(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLSelector
 
setUsePartialMatching(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Set the value of usePartialMatching.
setUsePostPrunning(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Set the value of usePostPrunning.
setUseVariableConsitency(boolean) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Set the value of useVariableConsitency.
setValues(List<Double>) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.modlem.VCMLSelector
 
setVariableConsistencyParameterValueThresholds(double[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.EntireGranulesRuleGenerator
Sets variable consistency parameter value thresholds for subsequent approximated entities, used by EntireGranulesRuleGenerator.generateRules() method.
setVariableConsistencyParameterValueThresholds(double[]) - Method in class pl.poznan.put.cs.idss.jrs.rules.VCDomLem
Sets variable consistency parameter value thresholds for subsequent approximated entities, used by VCDomLem.generateRules() method.
setVCArcingCalculationsMethod(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setVCArcingCalculationsMethod(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setVCArcingVariety(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setVCArcingVariety(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setVCArcingXnMisclassificationsStrength(int) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setVCArcingXnMisclassificationsStrength(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setVCDRSACalculationMethod(int) - Static method in class pl.poznan.put.cs.idss.jrs.approximations.StandardUnion
Sets VC-DRSA calculation method.
setVcMeasure(SelectedTag) - Method in class pl.poznan.put.cs.idss.jrs.classifiers.rule.VCModLEM
Sets the used vc measure.
setWeightedVotingIntervals(int) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
setWeightedVotingIntervals(String) - Method in class pl.poznan.put.cs.idss.jrs.executors.VCArcingGenericVCdomLEMCommand
 
setWeightsType(String) - Method in class pl.poznan.put.cs.idss.jrs.wrappers.JRank
Sets type of weights used by a preference graph exploiter.
setZConfirmationMeasureValue(double) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Sets value of the confirmation measure Z.
In order to (re)set confirmation measure Z to its default value pass UNKNOWN_DOUBLE_VALUE constant.
showTable(String, int) - Method in class pl.poznan.put.cs.idss.jrs.core.db.HSQLSession
Displays a database table on the standard output.
SIGN - Static variable in interface pl.poznan.put.cs.idss.jrs.core.isf.IsfParserConstants
RegularExpression Id.
SIGN - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
SIMILARITY - Static variable in interface pl.poznan.put.cs.idss.jrs.core.isf.IsfParserConstants
RegularExpression Id.
SIMILARITY - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Possible description of the meaning of an attribute from memory container, used when attribute's values are similarities between two evaluations.
SIMILARITY_FUNCTIONS - Static variable in class pl.poznan.put.cs.idss.jrs.utilities.Project
Similarity functions for condition attributes from some memory container.
SIMILARITY_TABLE - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Possible value of container type used when memory container is a similarity table
SIMILARITY_TABLE - Static variable in class pl.poznan.put.cs.idss.jrs.utilities.Project
Main similarity table in Pareto or Lorenz evaluation space, created for information table.
SIMILARITY_TABLE_STRING - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDescription
Textual equivalent of SIMILARITY_TABLE constant
SimilarityCondition - Class in pl.poznan.put.cs.idss.jrs.rules
Class representing similarity condition.
SimilarityCondition(AttributeInfo, Relation, RelationEqual) - Constructor for class pl.poznan.put.cs.idss.jrs.rules.SimilarityCondition
Constructs similarity condition with specified information about the attribute, similarity relation and reference value relation.
SimilarityField - Class in pl.poznan.put.cs.idss.jrs.cbr.types
Class basing on PairField, used to store (similarity, reference value) pairs.
SimilarityField(SimpleField, SimpleField) - Constructor for class pl.poznan.put.cs.idss.jrs.cbr.types.SimilarityField
Makes new (similarity, reference value) pair with given two elements.
similarityPredicate - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Textual form of SIMILARITY constant used by convertDescriptionToString method
SimilarityTableDetector - Class in pl.poznan.put.cs.idss.jrs.cbr.core
Class used to test if given memory container is a similarity table, used in Case-based Reasoning (CBR) problems.
SimilarityTableDetector() - Constructor for class pl.poznan.put.cs.idss.jrs.cbr.core.SimilarityTableDetector
 
SimpleCharStream - Class in pl.poznan.put.cs.idss.jrs.core.isf
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Constructor.
SimpleClassificationResult - Class in pl.poznan.put.cs.idss.jrs.classifiers
Base class to store classification result
SimpleClassificationResult() - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.SimpleClassificationResult
 
SimpleClassificationResult(SimpleField, double) - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.SimpleClassificationResult
 
SimpleClassificationStrategy - Class in pl.poznan.put.cs.idss.jrs.classifiers.rule
Class implementing simple classification strategy.
SimpleClassificationStrategy(Instances, BitSet[], List<VCMLRule>, boolean, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.rule.SimpleClassificationStrategy
The constructor.
SimpleClassifierWrapper - Interface in pl.poznan.put.cs.idss.jrs.wrappers
Interface for wrappers of simple classifiers as opposed to e.g. ensemble classification methods.
SimpleConditionValidator - Class in pl.poznan.put.cs.idss.jrs.rules
Class used to validate conditions.
SimpleConditionValidator() - Constructor for class pl.poznan.put.cs.idss.jrs.rules.SimpleConditionValidator
Sole constructor
SimpleField - Class in pl.poznan.put.cs.idss.jrs.types
Represents special kind of fields, which can be stored in compound fields.
SimpleParseLog - Class in pl.poznan.put.cs.idss.jrs.core
Simple implementation of ParseLog, used for printing messages to the default output of output manager (OM class)
SimpleParseLog() - Constructor for class pl.poznan.put.cs.idss.jrs.core.SimpleParseLog
Sole constructor
SimpleRanking - Class in pl.poznan.put.cs.idss.jrs.ranking
Class representing simple ranking of objects, ordered from the best to the worst (sorted descendingly).
SimpleRanking(int[]) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SimpleRanking
Constructor for SimpleRanking class creating simple ranking in which there are no indifferences
SimpleRanking(ArrayList<SimpleRankingPosition>) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SimpleRanking
Constructor for SimpleRanking class.
SimpleRanking(MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SimpleRanking
Converts given memory container to a linear ranking (weak order) of objects for which the decision class is known.
SimpleRanking(SimpleRankingPosition[]) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SimpleRanking
Constructor for SimpleRanking class.
SimpleRankingPosition - Class in pl.poznan.put.cs.idss.jrs.ranking
Class storing numbers of objects sharing one position in ranking
SimpleRankingPosition(int[]) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SimpleRankingPosition
Constructor for SimpleRankingPosition class.
SINGLE_DECISION - Static variable in class pl.poznan.put.cs.idss.jrs.wrappers.VCArcingWrapper
 
SINGLE_LINE_COMMENT - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
SingleCondition - Class in pl.poznan.put.cs.idss.jrs.rules
Class representing single condition.
SingleCondition(AttributeInfo, Relation) - Constructor for class pl.poznan.put.cs.idss.jrs.rules.SingleCondition
Constructs single condition with specified information about the attribute and relation.
SingleConditionForPairOfValues - Class in pl.poznan.put.cs.idss.jrs.rules
Class representing single condition defined for attribute whose values are pairs of simple values (objects of type PairField).
SingleConditionForPairOfValues(AttributeInfo, Relation, int) - Constructor for class pl.poznan.put.cs.idss.jrs.rules.SingleConditionForPairOfValues
Constructs single condition for pair of values with specified information about the attribute, relation and interpretation.
SINUMBER - Static variable in interface pl.poznan.put.cs.idss.jrs.core.isf.IsfParserConstants
RegularExpression Id.
SINUMBER - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
size() - Method in class pl.poznan.put.cs.idss.jrs.approximations.ApproximatedEntity
Gets quantity of examples belonging to this entity
size() - Method in class pl.poznan.put.cs.idss.jrs.apriori.Complex
 
size() - Method in class pl.poznan.put.cs.idss.jrs.apriori.GroupList
 
size() - Method in class pl.poznan.put.cs.idss.jrs.apriori.RuleList
 
size() - Method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainer
Reads size of the table.
size() - Method in interface pl.poznan.put.cs.idss.jrs.core.RandomAccess
Gives the table length, number of stored examples.
size() - Method in class pl.poznan.put.cs.idss.jrs.dominance.DominanceConesContainer
Gets current size of this dominance cones container, equal to the number of objects for which positive and negative dominance cones have been stored.
size() - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
Gets the number of pairwise comparisons stored in this object
size() - Method in class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Gets the number of pairwise comparisons stored in this object
size() - Method in class pl.poznan.put.cs.idss.jrs.types.Discretization
Returns number of intervals in this collection.
size() - Method in class pl.poznan.put.cs.idss.jrs.types.EnumDomain
Reads the size of the domain.
size() - Method in class pl.poznan.put.cs.idss.jrs.types.Example
Gives size of field table in the example.
size() - Method in class pl.poznan.put.cs.idss.jrs.types.FuzzyField
Reads the length of fuzzy's list.
size() - Method in class pl.poznan.put.cs.idss.jrs.utilities.DefaultHashtable
Returns the number of keys in the hashtable
size() - Method in interface pl.poznan.put.cs.idss.jrs.utilities.IHashtable
Returns the number of keys in the hashtable
size() - Method in class pl.poznan.put.cs.idss.jrs.utilities.OptimizedHashtable
Returns the number of keys in the hashtable
sizeI() - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
Gets the number of pairs in indifference relation
sizeP() - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
Gets the number of pairs in preference relation
sizePc() - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
Gets the number of pairs in inverse preference relation
sizeR() - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
Gets the number of pairs in incomparability relation
sizeS() - Method in class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Gets the number of pairs in outranking relation
sizeSc() - Method in class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Gets the number of pairs in non-outranking relation
smoothFactorTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IIVotes
Returns the tip text for this property
smoothFactorTipText() - Method in class pl.poznan.put.cs.idss.jrs.classifiers.meta.IVotes
Returns the tip text for this property
sortAndUniquifyDecisionAttributeValues(Field[], int) - Static method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainerDecisionsManager
Sorts given array of decision attribute values, ensuring at the same time that each value will be present only once in the resulting array.
SortedListsOperations - Class in pl.poznan.put.cs.idss.jrs.utilities
Class used to perform operations on sorted lists of numbers.
specialToken - Variable in class pl.poznan.put.cs.idss.jrs.core.isf.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class pl.poznan.put.cs.idss.jrs.jmaf.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQUARE - pl.poznan.put.cs.idss.jrs.ranking.WeightsType
Constant indicating that with each level the weight should be squared level, e.g., 1.0, 4.0., 9.0, 16.0, 25.0.
SQUARE_BRACKET_CLOSE - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
SQUARE_BRACKET_OPEN - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
SScPairwiseComparisons - Class in pl.poznan.put.cs.idss.jrs.ranking
Class used to store and access a set of pairwise comparisons in terms of relations: S (outranking relation) and S^c (non-outranking relation).
SScPairwiseComparisons() - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Sole constructor
SScPairwiseComparisons(PairOfIndices[], Double[]) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Constructs pairwise comparisons for given pairs of objects and given assignments of these pairs of objects to outranking/non-outranking relations.
SScPairwiseComparisons(SimpleRanking) - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Converts given simple ranking to a set of pairwise comparisons stored in this object.
SScRankingErrorCalculator - Class in pl.poznan.put.cs.idss.jrs.ranking
Class used to calculate ranking error with respect to available preference information in terms of outranking/non-outranking (S/S^c) relations (such preference information is called correct pairwise comparisons).
SScRankingErrorCalculator() - Constructor for class pl.poznan.put.cs.idss.jrs.ranking.SScRankingErrorCalculator
Sole constructor
STANDARD_CLASSIFICATION_CERTAIN_AND_POSSIBLE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.RulesDRSAClassificationMethod
Flag used as a value of classification type, when both certain and possible decision rules are used and standard classification is done.
STANDARD_CLASSIFICATION_ONLY_CERTAIN - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.RulesDRSAClassificationMethod
Flag used as a value of classification type, when only certain decision rules are used and standard classification is done.
STANDARD_CLASSIFICATION_ONLY_POSSIBLE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.RulesDRSAClassificationMethod
Flag used as a value of classification type, when only possible decision rules are used and standard classification is done.
STANDARD_MEASURE - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.Constants
The vc measure modes
StandardDecisionClass - Class in pl.poznan.put.cs.idss.jrs.approximations
Standard IRSA or VC-IRSA (with rough membership measure) decision class from a decision table.
StandardDecisionClass(int, Field, MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardDecisionClass
StandardDecisionClass(int, Field, MemoryContainer, boolean) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardDecisionClass
StandardDecisionClassContainer - Class in pl.poznan.put.cs.idss.jrs.approximations
Class used to create and store all standard decision classes which can be defined for a memory container
StandardDecisionClassContainer(MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardDecisionClassContainer
Constructor for StandardDecisionClassContainer class.
StandardDecisionClassContainer(MemoryContainer, int) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardDecisionClassContainer
Constructor for StandardDecisionClassContainer class.
StandardJmafUnion - Class in pl.poznan.put.cs.idss.jrs.approximations
Standard union implementation used by jMAF project.
StandardJmafUnion(int, int, Field, MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardJmafUnion
 
StandardJmafUnionContainer - Class in pl.poznan.put.cs.idss.jrs.approximations
Implementation of StandardUnionContainer used by foremka project.
StandardJmafUnionContainer(MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardJmafUnionContainer
 
StandardJmafUnionContainer(MemoryContainer, int) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardJmafUnionContainer
 
StandardUnion - Class in pl.poznan.put.cs.idss.jrs.approximations
Class representing union (set) of preference-ordered decision classes.
StandardUnion(int, int, Field, MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardUnion
Constructor for StandardUnion class.
StandardUnionContainer - Class in pl.poznan.put.cs.idss.jrs.approximations
Class used to create and store all upward and downward standard unions which can be defined for a memory container
StandardUnionContainer(MemoryContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardUnionContainer
Constructor for StandardUnionContainer class.
StandardUnionContainer(MemoryContainer, int) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardUnionContainer
Constructor for StandardUnionContainer class.
StandardUnionContainer(MemoryContainer, int, StandardUnion[], StandardUnion[]) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.StandardUnionContainer
Constructor for StandardUnionContainer class.
StandardVCDomLem - Class in pl.poznan.put.cs.idss.jrs.rules
Class generating decision rules according to VC-DOMLEM algorithm, which is an extension of DOMLEM algorithm, handling not only DRSA (Dominance-based Rough Set Approach), but also VC-DRSA (Variable Consistency DRSA), IRSA=CRSA (Indiscernibility-based Rough Set Approach=Classical Rough Set Approach) and VC-IRSA (Variable Consistency IRSA).

This rules generator class is compatible with standard single decision classes of type StandardDecisionClass and standard unions of decision classes of type StandardUnion and uses confidence rule's statistic when searching for best condition added to the induced rule.

This class supports:
- IRSA + lower approximations, upper approximations or boundaries of decision classes as positive examples (rules' conditions and decisions employ relation '='); this means certain, possible and approximate rules with confidence equal to 1, induced for single decision classes
- VC-IRSA + lower approximations of decision classes as positive examples (rules' conditions and decisions employ relation '='); this means certain rules with confidence possibly less than 1, induced for single decision classes
- DRSA + lower approximations or upper approximations of upward or downward unions of decision classes as positive examples (rules' conditions and decisions employ relations '>=' and '<='); this means certain or possible rules with confidence equal to 1, induced for upward or downward unions of decision classes
- VC-DRSA + lower approximations of upward or downward unions of decision classes as positive examples (rules' conditions and decisions employ relations '>=' and '<='); this means certain rules with confidence possibly less than 1, induced for upward or downward unions of decision classes
TODO - add description of support for DRSA and approximate rules using: 1) mix of conditions from different border objects, 2) conditions taken from two border objects (one object from lower bound and one object from upper bound of considered boundary)

- decision table, PCT and similarity table as learning sample (simple values, pairs of simple values and (similarity, reference value) pairs as values of examples' fields for active condition attributes / criteria)
- mixed attributes and criteria (attributes with preference type assigned) for DRSA and VC-DRSA
- only new (better) VC-DRSA approach, which is described in the article
J.
StandardVCDomLem() - Constructor for class pl.poznan.put.cs.idss.jrs.rules.StandardVCDomLem
Sole constructor
StandardVCDomLem(ApproximatedEntity[], double[], ApproximatedEntityDecisionsPredictor, int, int, ConditionValidator, MemoryContainer, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.rules.StandardVCDomLem
Constructor initializing all fields used by VCDomLem.generateRules() method.
StandardVCDomLem(ApproximatedEntity[], double, ApproximatedEntityDecisionsPredictor, int, int, ConditionValidator, MemoryContainer, int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.rules.StandardVCDomLem
Constructor initializing all fields used by VCDomLem.generateRules() method.
startTransaction() - Method in class pl.poznan.put.cs.idss.jrs.core.db.HSQLSession
starts a database transaction.
startTransaction() - Method in class pl.poznan.put.cs.idss.jrs.core.db.MySQLSession
starts a database transaction.
stateEquals(Object) - Method in class pl.poznan.put.cs.idss.jrs.utilities.MersenneTwisterFast
 
staticFlag - Static variable in class pl.poznan.put.cs.idss.jrs.core.isf.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class pl.poznan.put.cs.idss.jrs.jmaf.parser.BackupCharStream
 
statisticIsStored(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Checks if statistic with given name is stored in this class.
Statistics - Class in pl.poznan.put.cs.idss.jrs.filters
 
Statistics() - Constructor for class pl.poznan.put.cs.idss.jrs.filters.Statistics
 
StoppingCondition - Class in pl.poznan.put.cs.idss.jrs.apriori
Class representing stopping conditions of DomApriori algorithm
StoppingCondition(int, int) - Constructor for class pl.poznan.put.cs.idss.jrs.apriori.StoppingCondition
 
storeClassesNumerosity(String) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Creates a file that contains numerosity of decision classess in each of test decision sets used to perform cross validation.
storeCrossValidationCSV(String) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Creates csv file to be used by UTADIS to distinguish objects used in cross validation train and test folds.
storeDescription(MemoryContainer, MemoryContainerDescription) - Static method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainersDescriptions
Stores or replaces description for given memory container.
storeDominanceCones(int, int[], int[]) - Method in class pl.poznan.put.cs.idss.jrs.dominance.DominanceConesContainer
Stores positive and negative dominance cones for example with given number, belonging to memory container for which this dominance cones container has been created
storeMemoryContainerAndIdPair(MemoryContainer, String) - Static method in class pl.poznan.put.cs.idss.jrs.core.mem.MemoryContainersUniqueIdentifiers
Deprecated.
Stores (unique-reference-to-memory-container, unique-id) pair (1:1 projection).
storePairwiseComparison(int, int, int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairwiseComparisons
Puts ordered pair of objects with given indices into given relation.
storePairwiseComparison(int, int, int) - Method in class pl.poznan.put.cs.idss.jrs.ranking.SScPairwiseComparisons
Puts ordered pair of objects with given indices into given relation.
storeRule(Rule) - Method in class pl.poznan.put.cs.idss.jrs.rules.RulesContainer
Adds given rule to the end of appropriate list of rules stored in this class.
stratify() - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Stratifies indices of examples from memoryContainer according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be performed).
stratify(int) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Stratifies indices of examples from memoryContainer according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be performed).
stratify(int, Random) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Stratifies indices of examples from memoryContainer according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be performed).
stratify(int, MersenneTwisterFast) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Stratifies indices of examples from memoryContainer according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be performed).
stratify(Random) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Stratifies indices of examples from memoryContainer according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be performed).
stratify(MersenneTwisterFast) - Method in class pl.poznan.put.cs.idss.jrs.validators.CrossValidation
Stratifies indices of examples from memoryContainer according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be performed).
STRENGTH - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
STRENGTH - Static variable in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Possible parameter value for statisticIsStored method
STRICT_ORDINAL_DOMINANCE_CHECK_METHOD - Static variable in class pl.poznan.put.cs.idss.jrs.types.PairField
Possible value of dominance check method used when "strict" approach should be used.
STRING - Static variable in interface pl.poznan.put.cs.idss.jrs.core.isf.IsfParserConstants
RegularExpression Id.
StringField - Class in pl.poznan.put.cs.idss.jrs.types
This class represents any string value.
StringField() - Constructor for class pl.poznan.put.cs.idss.jrs.types.StringField
Creates an empty field with empty string.
StringField(String) - Constructor for class pl.poznan.put.cs.idss.jrs.types.StringField
Creates new StringField with given value.
StringFieldExt - Class in pl.poznan.put.cs.idss.jrs.cbr.types
Extension of StringField class for handling any strings.
StringFieldExt() - Constructor for class pl.poznan.put.cs.idss.jrs.cbr.types.StringFieldExt
Creates an empty field with empty string.
StringFieldExt(String) - Constructor for class pl.poznan.put.cs.idss.jrs.cbr.types.StringFieldExt
Creates new StringField with given value.
StrongRulesVCDRSAClassificationMethod - Class in pl.poznan.put.cs.idss.jrs.classifiers
Classifies objects according to VC-DRSA classification method described in: J.
StrongRulesVCDRSAClassificationMethod() - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.StrongRulesVCDRSAClassificationMethod
 
StrongRulesVCDRSAClassificationMethod(MemoryContainer, RulesContainer) - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.StrongRulesVCDRSAClassificationMethod
 
StrongRulesVCDRSAClassificationMethod(MemoryContainer, RulesContainer, boolean) - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.StrongRulesVCDRSAClassificationMethod
 
subTask(String) - Method in class pl.poznan.put.cs.idss.jrs.rules.DummyIProgressNotifier
 
subtractListsOfNumbers(int[], int[]) - Static method in class pl.poznan.put.cs.idss.jrs.utilities.SortedListsOperations
Subtracts two lists of numbers and returns calculated difference.
SUM - Static variable in class pl.poznan.put.cs.idss.jrs.classifiers.Constants
The aggregation modes
SUM_MIN_PREF_OR_VALUES - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
SUM_OF_MIN_PREFERENCE_INTENSITY_DEGREES - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Possible description of the meaning of an attribute from memory container, used when attribute's values are sums of x minimal degrees of the intensity of preference.
SUM_OF_MIN_VALUES - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Possible description of the meaning of an attribute from memory container, used when attribute's values are sums of x minimal values.
sumOfMinPreferenceIntensityDegreesPredicate - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Textual form of SUM_OF_MIN_PREFERENCE_INTENSITY_DEGREES constant used by convertDescriptionToString method
sumOfMinValuesPredicate - Static variable in class pl.poznan.put.cs.idss.jrs.core.mem.AttributesMeaningsDescriptions
Textual form of SUM_OF_MIN_VALUES constant used by convertDescriptionToString method
superviseConstructionOfPreferenceGraph - Variable in class pl.poznan.put.cs.idss.jrs.ranking.PreferenceGraphGenerator
Tells if the construction of this preference graph should be supervised in PreferenceGraphGenerator.generatePreferenceGraph() method for the case of outranking / non-outranking decision rules.
superviseConversionToPCT - Static variable in class pl.poznan.put.cs.idss.jrs.pct.InformationTable2PCTConverter
Tells if the conversion of information table to a PCT should be supervised.
SUPPORT - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
SUPPORT - Static variable in class pl.poznan.put.cs.idss.jrs.rules.RuleStatistics
Possible parameter value for statisticIsStored method
supportedBy(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Checks if example which comes from learning memory container and has given number supports this rule.
supportedByCoveredExample(int) - Method in class pl.poznan.put.cs.idss.jrs.rules.Rule
Checks if example that is covered by this rule also supports it.
supportFilter(ArrayList<Rule>, int[]) - Static method in class pl.poznan.put.cs.idss.jrs.rules.RulesFilter
Searches through given list of decision rules and chooses those only rules which have sufficient support.
SUPPORTINGEXAMPLES - Static variable in interface pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserConstants
RegularExpression Id.
swap(int, int) - Method in class pl.poznan.put.cs.idss.jrs.core.mem.RandomizableMemoryContainer
Swaps a pair of examples.
SWFilter - Class in pl.poznan.put.cs.idss.jrs.filters
 
SWFilter() - Constructor for class pl.poznan.put.cs.idss.jrs.filters.SWFilter
 
SwitchTo(int) - Method in class pl.poznan.put.cs.idss.jrs.core.isf.IsfParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.parser.RulesParserTokenManager
Switch to specified lex state.
SystemOut - Class in pl.poznan.put.cs.idss.jrs.output
Class printing messages to standard output (System.out)
SystemOut() - Constructor for class pl.poznan.put.cs.idss.jrs.output.SystemOut
Sole constructor
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links