Class OptTree
java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
Represents a complete plan of a top-level parfor. This includes the internal
representation of the actual current plan as well as additional meta information
that are only kept once per program instead of for each and every plan alternative.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexplain(boolean withDetails) Explain tool: prints the hierarchical plan (including all available detail information, if necessary) tostdout.intgetCK()doublegetCM()getMappedHop(long id) Object[]getMappedProg(long id) getMappedProgramBlock(long id) getRoot()void
-
Constructor Details
-
OptTree
-
OptTree
-
-
Method Details
-
getPlanMapping
-
getMappedHop
-
getMappedProg
-
getMappedProgramBlock
-
getCK
public int getCK() -
getCM
public double getCM() -
getRoot
-
setRoot
-
explain
Explain tool: prints the hierarchical plan (including all available detail information, if necessary) tostdout.- Parameters:
withDetails- if true, include explain details- Returns:
- string explanation
-