|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AprioriAlgorithmFactory.AlgorithmDataStructure | |
---|---|
org.knime.base.node.mine.subgroupminer.apriori | This package contains two algorithm implementations for the SubgroupMinerNode. |
Uses of AprioriAlgorithmFactory.AlgorithmDataStructure in org.knime.base.node.mine.subgroupminer.apriori |
---|
Methods in org.knime.base.node.mine.subgroupminer.apriori that return AprioriAlgorithmFactory.AlgorithmDataStructure | |
---|---|
static AprioriAlgorithmFactory.AlgorithmDataStructure |
AprioriAlgorithmFactory.AlgorithmDataStructure.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AprioriAlgorithmFactory.AlgorithmDataStructure[] |
AprioriAlgorithmFactory.AlgorithmDataStructure.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.base.node.mine.subgroupminer.apriori with parameters of type AprioriAlgorithmFactory.AlgorithmDataStructure | |
---|---|
static AprioriAlgorithm |
AprioriAlgorithmFactory.getAprioriAlgorithm(AprioriAlgorithmFactory.AlgorithmDataStructure type,
int bitSetLength,
int dbsize)
Returns an instance of the AprioriAlgorithm interface according to the passed type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |