- close() -
Method in class fr.jgetmove.jgetmove.io.Input
-
Wrapper for closing the reader
- close() -
Method in class fr.jgetmove.jgetmove.io.Output
-
Wrapper for closing writer
- Closed - Class in fr.jgetmove.jgetmove.strategy
-
- Closed() - Constructor for class
fr.jgetmove.jgetmove.strategy.Closed
-
- ClosedSwarm - Class
in fr.jgetmove.jgetmove.pattern
-
Class that represent a closed swarm pattern
- ClosedSwarm(Set<Transaction>, Set<Time>)
- Constructor for class fr.jgetmove.jgetmove.pattern.ClosedSwarm
-
Constructor
- ClosedSwarmDetector
- Class in fr.jgetmove.jgetmove.detector
-
In charge of detecting closedSwarms
A closed swarm is a pattern that has the same transactions across the clusters.
- ClosedSwarmDetector(int)
- Constructor for class fr.jgetmove.jgetmove.detector.ClosedSwarmDetector
-
Default constructor
- Cluster - Class in fr.jgetmove.jgetmove.database
-
Class representing a cluster.
- Cluster(int)
- Constructor for class fr.jgetmove.jgetmove.database.Cluster
-
Initializes the cluster with it's identifier
- ClusterMatrix -
Class in fr.jgetmove.jgetmove.database
-
Used as a dynamic partial database.
- ClusterMatrix(Base)
- Constructor for class fr.jgetmove.jgetmove.database.ClusterMatrix
-
Initializes the cluster by taking the relations of the base as a reference
- ClusterNotExistException - Exception in fr.jgetmove.jgetmove.exception
-
When the cluster is not binded to any transaction but still bound to a time
- ClusterNotExistException()
- Constructor for exception fr.jgetmove.jgetmove.exception.ClusterNotExistException
-
- clusters - Variable in class
fr.jgetmove.jgetmove.database.Base
-
Hosts all the Clusters : HashMap<clusterId,Cluster>
- compareTo(Itemset)
- Method in class fr.jgetmove.jgetmove.database.Itemset
-
- compareTo(Time)
- Method in class fr.jgetmove.jgetmove.database.Time
-
- compareTo(Transaction)
- Method in class fr.jgetmove.jgetmove.database.Transaction
-
- Config - Class in fr.jgetmove.jgetmove.config
-
Contains all the variables used in the application
- Config(int, int, int, int, double)
- Constructor for class fr.jgetmove.jgetmove.config.Config
-
- Convergent - Class in
fr.jgetmove.jgetmove.pattern
-
- Convergent(DataBase, int)
- Constructor for class fr.jgetmove.jgetmove.pattern.Convergent
-
- ConvergentDetector -
Class in fr.jgetmove.jgetmove.detector
-
In charge of detecting Convergent patterns
A convergeant pattern is when more and more transactions are joining across a period of time
- ConvergentDetector()
- Constructor for class fr.jgetmove.jgetmove.detector.ConvergentDetector
-
- Convoy - Class in fr.jgetmove.jgetmove.pattern
-
Class representant le pattern Convoy
- Convoy(Set<Transaction>, Set<Time>)
- Constructor for class fr.jgetmove.jgetmove.pattern.Convoy
-
Constructeur
- ConvoyDetector -
Class in fr.jgetmove.jgetmove.detector
-
In charge of detecting convoys
A convoy is a pattern when a set of transactions are together across consecutive, incremental times.
- ConvoyDetector(int)
- Constructor for class fr.jgetmove.jgetmove.detector.ConvoyDetector
-
Default constructor