Package | Description |
---|---|
org.thegalactic.lattice |
This package is designed to represent lattice.
|
org.thegalactic.lattice.io |
This package is designed to deal with io operations for the org.thegalactic.lattice package.
|
org.thegalactic.rule |
This package is designed to represent rules.
|
Modifier and Type | Method and Description |
---|---|
ImplicationalSystem |
Lattice.getAssociationBasis(Context context,
double support,
double confidence)
Returns a set of association rules based on a confidence threshold.
|
ImplicationalSystem |
BijectiveComponents.getCanonicalBasis()
Returns the canonical basis of this component.
|
ImplicationalSystem |
BijectiveComponents.getCanonicalDirectBasis()
Returns the canonical direct basis of this component.
|
ImplicationalSystem |
Lattice.getCanonicalDirectBasis()
Returns the canonical direct basis of the lattice.
|
ImplicationalSystem |
Lattice.getImplicationalSystem()
Returns an ImplicationalSystem of the lattice defined on the join irreducibles nodes.
|
Modifier and Type | Method and Description |
---|---|
protected BijectiveComponents |
BijectiveComponents.setCanonicalBasis(ImplicationalSystem canonicalBasis)
Set the canonical basis of this component.
|
protected BijectiveComponents |
BijectiveComponents.setCanonicalDirectBasis(ImplicationalSystem canonicalDirectBasis)
Set the canonical direct basis of this component.
|
Modifier and Type | Method and Description |
---|---|
void |
ImplicationalSystemSerializerText.read(ImplicationalSystem system,
BufferedReader file)
Saves this component in a file.
|
void |
ImplicationalSystemSerializerText.write(ImplicationalSystem system,
BufferedWriter file)
Saves this component in a file.
|
Modifier and Type | Method and Description |
---|---|
ImplicationalSystem |
ImplicationalSystem.init()
Initialise the implicational system.
|
ImplicationalSystem |
ImplicationalSystem.parse(String filename)
Parse the description of this component from a file whose name is specified.
|
static ImplicationalSystem |
ImplicationalSystem.random(int nbS,
int nbR)
Generates a random ImplicationalSystem with a specified number of nodes and rules.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImplicationalSystem.isIncludedIn(ImplicationalSystem is)
Compares by inclusion of the proper and unary form of this component with the specified one.
|
Constructor and Description |
---|
ImplicationalSystem(ImplicationalSystem is)
Constructs this component as a copy of the specified ImplicationalSystem
is . |
Copyright © 2010–2016 The Galactic Organization. All rights reserved.