Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.approximations | |
pl.poznan.put.cs.idss.jrs.apriori | |
pl.poznan.put.cs.idss.jrs.cbr.core | |
pl.poznan.put.cs.idss.jrs.cbr.test | |
pl.poznan.put.cs.idss.jrs.classifiers | |
pl.poznan.put.cs.idss.jrs.core |
Contains base classes and interfaces common for whole data management module.
|
pl.poznan.put.cs.idss.jrs.core.mem |
Implements decision table stored in memory with random and serial access.
|
pl.poznan.put.cs.idss.jrs.dominance | |
pl.poznan.put.cs.idss.jrs.ensembles | |
pl.poznan.put.cs.idss.jrs.indiscernibility | |
pl.poznan.put.cs.idss.jrs.jmaf | |
pl.poznan.put.cs.idss.jrs.jmaf.reducts | |
pl.poznan.put.cs.idss.jrs.lorenz | |
pl.poznan.put.cs.idss.jrs.pct | |
pl.poznan.put.cs.idss.jrs.ranking | |
pl.poznan.put.cs.idss.jrs.reducts | |
pl.poznan.put.cs.idss.jrs.rules | |
pl.poznan.put.cs.idss.jrs.utilities | |
pl.poznan.put.cs.idss.jrs.validators | |
pl.poznan.put.cs.idss.jrs.wrappers |
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
WekaTransferableMemoryContainer |
Extention of
MemoryContainer that can produce Weka's Instances object. |
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
AttributesMeaningsDescriptions |
Class used to store descriptions of the meanings of attributes from memory container.
|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
MemoryContainerDescription |
Class used to store description of one memory container.
It stores: - memory container type (currently one of INFORMATION_TABLE , PCT or SIMILARITY_TABLE ),- evaluation space in which evaluations from memory container are defined (currently PARETO or LORENZ ),- reference to the AttributesMeaningsDescriptions object containing descriptions of meanings of all
attributes from memory container.Optionally it may also store one or both of the following references: - reference to the OrdinalValue2CardinalValue object containing information about how to convert
ordinal values from memory container to cardinal values,- reference to the EvaluationDifference2PreferenceIntensityDegree object containing information
about how to convert differences of evaluations on conditional cardinal criteria from memory container
to the degrees of the intensity of preference (used to transform information table to PCT).If both references are stored it means, that first conversion stored in OrdinalValue2CardinalValue
object should be applied to memory container and then conversion stored in EvaluationDifference2PreferenceIntensityDegree
should be applied to new memory container resulting from the first conversion.Predicted usage of information stored in this class is: MemoryContainer newInformationTable = ordinalValue2CardinalValue.applyTo(informationTable) ;MemoryContainer pct = InformationTable2PCTConverter.convert(newInformationTable, evaluationDifference2PreferenceIntensityDegree) ;Main advantage of this solution is that it is possible to save both user-defined conversions (ordinal values -> cardinal values + differences of evaluations on cardinal criteria -> degrees of the intensity of preference) along with only one information table without need of saving intermediate information table which may be not attractive to the user. |
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
Class | Description |
---|---|
MemoryContainer |
This class is used to store examples and attributes directly into memory.
|
RandomizableMemoryContainer |
Memory container that can be randomized.
|
WekaTransferableMemoryContainer |
Extention of
MemoryContainer that can produce Weka's Instances object. |