public class AssociationGenerator extends Object implements CandidateGenerator
| Modifier and Type | Field and Description |
|---|---|
protected double |
confidenceThreshold |
| Constructor and Description |
|---|
AssociationGenerator(double confidenceThreshold) |
| Modifier and Type | Method and Description |
|---|---|
BooleanMatrix |
generateCandidates(BooleanMatrix a,
int dimension)
Generates candidates from the original matrix
|
String |
toString() |
public BooleanMatrix generateCandidates(BooleanMatrix a, int dimension)
CandidateGeneratorgenerateCandidates in interface CandidateGeneratora - original matrixdimension - number of basis rows (not used by most implementations)Copyright © 2015. All rights reserved.