Uses of Class
org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.InitTreeArrayStruct
-
Packages that use InitTreeArrayStruct Package Description org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa -
-
Uses of InitTreeArrayStruct in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa that return InitTreeArrayStruct Modifier and Type Method Description static InitTreeArrayStructBuildTree. buildTreeArray(int cSrc, int cTar, float[] sizeHill, float[] sizeHole, DistanceMatrix cost)Build an array instance of the initial tree.Constructors in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa with parameters of type InitTreeArrayStruct Constructor Description StructInitEPSA(InitTreeArrayStruct inst)Tree(InitTreeArrayStruct inst)Build a tree from the given instance
-