- hasActiveConditionCriterionStoringPairsOfValues(MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.pct.PCTDetector
-
Checks if given PCT has at least one active condition criterion of type PairField
.
- hasAttributeStoringPairsOfValues(MemoryContainer) - Static method in class pl.poznan.put.cs.idss.jrs.pct.PCTDetector
-
Checks if given PCT has at least one attribute of type PairField
,
different than the attribute with the index equal to PCTDetector.getIndexOfPairOfExamplesNumbers()
.
- hasDiffrentClass(ReductsExample) - Method in class pl.poznan.put.cs.idss.jrs.jmaf.reducts.ReductsExample
-
- hasDiscretization(Attribute[]) - Static method in class pl.poznan.put.cs.idss.jrs.types.Metadata
-
Checks if there is any discretization information within the given
attributes' array.
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.jmaf.reducts.ReductsExample
-
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.ranking.PairOfIndices
-
Gets has code of this pair of indices.
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.rules.RelationAtLeast
-
Provides hash code of this relation
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.rules.RelationAtMost
-
Provides hash code of this relation
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.rules.RelationEqual
-
Provides hash code of this relation
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.rules.RelationGreaterThan
-
Provides hash code of this relation
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.rules.RelationLessThan
-
Provides hash code of this relation
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.rules.RelationNotEqual
-
Provides hash code of this relation
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.types.EnumField
-
Provides hashcode of a given EnumField
value.
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.types.FloatField
-
Provides hashcode of a given FloatField
value.
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.types.IntegerField
-
Provides hashcode of a given IntegerField
value.
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.types.PairField
-
Gets hash code of this object.
- hashCode() - Method in class pl.poznan.put.cs.idss.jrs.types.StringField
-
Provides hashcode of a given StringField
value.
- hasParameterValue(String) - Method in class pl.poznan.put.cs.idss.jrs.rules.FileInfo
-
Checks if this file information contains value of parameter with given name
- HSQLInput - Class in pl.poznan.put.cs.idss.jrs.core.db
-
Objects of this class represent an input from the database.
- HSQLInput(HSQLSession, String) - Constructor for class pl.poznan.put.cs.idss.jrs.core.db.HSQLInput
-
The constructor sets a connection to the database.
- HSQLOutput - Class in pl.poznan.put.cs.idss.jrs.core.db
-
Objects of this class represent an output to the database.
- HSQLOutput(HSQLSession, String) - Constructor for class pl.poznan.put.cs.idss.jrs.core.db.HSQLOutput
-
This method sets a connection to the database and creates all the necessary
tables, which will contain attributes, examples, and possibly other data.
- HSQLRandom - Class in pl.poznan.put.cs.idss.jrs.core.db
-
This class provides a method that returns a result of any read-only
SQL query.
- HSQLRandom(HSQLSession, String) - Constructor for class pl.poznan.put.cs.idss.jrs.core.db.HSQLRandom
-
Sets a connection to the database.
- HSQLSession - Class in pl.poznan.put.cs.idss.jrs.core.db
-
This class suports basic database operation and stores database session
parameters.
- HSQLSession(String, String, String, String) - Constructor for class pl.poznan.put.cs.idss.jrs.core.db.HSQLSession
-
Creates a new database session.
- HumanReadableListOfNumbers - Class in pl.poznan.put.cs.idss.jrs.utilities
-
Class used to transform set of numbers into human-readable string (list of comma-separated numbers).
- HumanReadableListOfNumbers() - Constructor for class pl.poznan.put.cs.idss.jrs.utilities.HumanReadableListOfNumbers
-
- HVDMetric - Class in pl.poznan.put.cs.idss.jrs.approximations
-
Class calculating HVDM distance between objects.
- HVDMetric(Instances) - Constructor for class pl.poznan.put.cs.idss.jrs.approximations.HVDMetric
-
Creates a new instance of HVDMetric
- HybridClassifier - Class in pl.poznan.put.cs.idss.jrs.classifiers
-
Classifies an example according to DRSA classification method and if the
the result is ambigous reclassifies it according to VC-DRSA classification
method described in:
- HybridClassifier() - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.HybridClassifier
-
- HybridClassifier(RulesDRSAClassificationMethod, RulesVCDRSAClassificationMethod, int) - Constructor for class pl.poznan.put.cs.idss.jrs.classifiers.HybridClassifier
-