|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.put.semintec.utils.Statistics
public class Statistics
Stores statistics for pattern mining execution
Field Summary | |
---|---|
static int |
ASSOCIATION
|
static int |
CLUSTERING
|
static int |
PATTERN
|
Constructor Summary | |
---|---|
Statistics()
|
Method Summary | |
---|---|
long |
calculateExecutionTime()
Calculates execution time of pattern mining |
int |
getMiningTask()
Getter of the property miningTask |
int |
getNumCandidatesUpToMaxLength()
Getter of the property numCandidatesUpToMaxLength |
int |
getNumCandidatesWithMaxLength()
Getter of the property numCandidatesWithMaxLength |
int |
getNumGENUpToMaxLength()
Getter of the property numGENUpToMaxLength |
int |
getNumGENWithMaxLength()
Getter of the property numGENWithMaxLength |
int |
getNumPatternsUpToMaxLength()
Getter of the property numPatternsUpToMaxLength |
int |
getNumPatternsWithMaxLength()
Getter of the property numPatternsWithMaxLength |
int |
getNumSATUpToMaxLength()
Getter of the property numSATUpToMaxLength |
int |
getNumSATWithMaxLength()
Getter of the property numSATWithMaxLength |
int |
getNumSFREEUpToMaxLength()
Getter of the property numSFREEUpToMaxLength |
int |
getNumSFREEWithMaxLength()
Getter of the property numSFREEWithMaxLength |
java.util.Date |
getStartDate()
Getter of the property startDate |
java.util.Date |
getStopDate()
Getter of the property stopDate |
void |
setMiningTask(int miningTask)
Setter of the property miningTask |
void |
setNumCandidatesUpToMaxLength(int numCandidatesUpToMaxLength)
Setter of the property numCandidatesUpToMaxLength |
void |
setNumCandidatesWithMaxLength(int numCandidatesWithMaxLength)
Setter of the property numCandidatesWithMaxLength |
void |
setNumGENUpToMaxLength(int numGENUpToMaxLength)
Setter of the property numGENUpToMaxLength |
void |
setNumGENWithMaxLength(int numGENWithMaxLength)
Setter of the property numGENWithMaxLength |
void |
setNumPatternsUpToMaxLength(int numPatternsUpToMaxLength)
Setter of the property numPatternsUpToMaxLength |
void |
setNumPatternsWithMaxLength(int numPatternsWithMaxLength)
Setter of the property numPatternsWithMaxLength |
void |
setNumSATUpToMaxLength(int numSATUpToMaxLength)
Setter of the property numSATUpToMaxLength |
void |
setNumSATWithMaxLength(int numSATWithMaxLength)
Setter of the property numSATWithMaxLength |
void |
setNumSFREEUpToMaxLength(int numSFREEUpToMaxLength)
Setter of the property numSFREEUpToMaxLength |
void |
setNumSFREEWithMaxLength(int numSFREEWithMaxLength)
Setter of the property numSFREEWithMaxLength |
void |
setStartDate(java.util.Date startDate)
Setter of the property startDate |
void |
setStopDate(java.util.Date stopDate)
Setter of the property stopDate |
void |
startToCollect()
Starts collecting the statistics of pattern mining execution |
void |
stopToCollect()
Stop collecting the statistics of pattern mining execution |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PATTERN
public static final int ASSOCIATION
public static final int CLUSTERING
Constructor Detail |
---|
public Statistics()
Method Detail |
---|
public int getMiningTask()
public void setMiningTask(int miningTask)
miningTask
- The miningTask to set.public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate
- The startDate to set.public java.util.Date getStopDate()
public void setStopDate(java.util.Date stopDate)
stopDate
- The stopDate to set.public void setNumCandidatesUpToMaxLength(int numCandidatesUpToMaxLength)
numCandidatesUpToMaxLength
- The numCandidatesUpToMaxLength to set.public int getNumCandidatesUpToMaxLength()
public void setNumCandidatesWithMaxLength(int numCandidatesWithMaxLength)
numCandidatesWithMaxLength
- The numCandidatesWithMaxLength to set.public int getNumCandidatesWithMaxLength()
public void setNumPatternsUpToMaxLength(int numPatternsUpToMaxLength)
numPatternsUpToMaxLength
- The numPatternsUpToMaxLength to set.public int getNumPatternsUpToMaxLength()
public void setNumPatternsWithMaxLength(int numPatternsWithMaxLength)
numPatternsWithMaxLength
- The numPatternsWithMaxLength to set.public int getNumPatternsWithMaxLength()
public void setNumGENUpToMaxLength(int numGENUpToMaxLength)
numGENUpToMaxLength
- The numGENUpToMaxLength to set.public int getNumGENUpToMaxLength()
public void setNumGENWithMaxLength(int numGENWithMaxLength)
numGENWithMaxLength
- The numGENWithMaxLength to set.public int getNumGENWithMaxLength()
public void setNumSATUpToMaxLength(int numSATUpToMaxLength)
numSATUpToMaxLength
- The numSATUpToMaxLength to set.public int getNumSATUpToMaxLength()
public void setNumSATWithMaxLength(int numSATWithMaxLength)
numSATWithMaxLength
- The numSATWithMaxLength to set.public int getNumSATWithMaxLength()
public void setNumSFREEUpToMaxLength(int numSFREEUpToMaxLength)
numSFREEUpToMaxLength
- The numSFREEUpToMaxLength to set.public int getNumSFREEUpToMaxLength()
public void setNumSFREEWithMaxLength(int numSFREEWithMaxLength)
numSFREEWithMaxLength
- The numSFREEWithMaxLength to set.public int getNumSFREEWithMaxLength()
public void startToCollect()
public void stopToCollect()
public long calculateExecutionTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |