|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.population.duplicates.DTGeneticMiningMatricesNoDuplicateTasks
public class DTGeneticMiningMatricesNoDuplicateTasks
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
DTGeneticMiningMatricesNoDuplicateTasks(java.util.Random gen,
LogReader logReader,
double power)
|
Method Summary | |
---|---|
cern.colt.matrix.DoubleMatrix2D |
getCausalMatrix()
|
int[] |
getDuplicatesMapping()
Returns the mapping from the task code in the individuals to the task code in the LogReader object that was provided to the constructor of this class. |
cern.colt.matrix.DoubleMatrix1D |
getEndMatrix()
|
HNSubSet[] |
getReverseDuplicatesMapping()
Returns the mapping from the task code in the LogReader object that was provided to the constructor of this class to the task code in the individuals. |
cern.colt.matrix.DoubleMatrix1D |
getStartMatrix()
|
void |
rebuildAllMatrices()
|
cern.colt.matrix.DoubleMatrix2D |
rebuildCausalMatrix()
|
cern.colt.matrix.DoubleMatrix1D |
rebuildEndMatrix()
|
cern.colt.matrix.DoubleMatrix1D |
rebuildStartMatrix()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTGeneticMiningMatricesNoDuplicateTasks(java.util.Random gen, LogReader logReader, double power)
Method Detail |
---|
public int[] getDuplicatesMapping()
getDuplicatesMapping
in interface DTGeneticMiningMatrices
public HNSubSet[] getReverseDuplicatesMapping()
getReverseDuplicatesMapping
in interface DTGeneticMiningMatrices
public cern.colt.matrix.DoubleMatrix2D getCausalMatrix()
getCausalMatrix
in interface DTGeneticMiningMatrices
public cern.colt.matrix.DoubleMatrix1D getEndMatrix()
getEndMatrix
in interface DTGeneticMiningMatrices
public cern.colt.matrix.DoubleMatrix1D getStartMatrix()
getStartMatrix
in interface DTGeneticMiningMatrices
public void rebuildAllMatrices()
rebuildAllMatrices
in interface DTGeneticMiningMatrices
public cern.colt.matrix.DoubleMatrix2D rebuildCausalMatrix()
rebuildCausalMatrix
in interface DTGeneticMiningMatrices
public cern.colt.matrix.DoubleMatrix1D rebuildStartMatrix()
rebuildStartMatrix
in interface DTGeneticMiningMatrices
public cern.colt.matrix.DoubleMatrix1D rebuildEndMatrix()
rebuildEndMatrix
in interface DTGeneticMiningMatrices
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |