Package | Description |
---|---|
org.apache.sysds.api | |
org.apache.sysds.api.mlcontext | |
org.apache.sysds.utils |
Modifier and Type | Field and Description |
---|---|
static Explain.ExplainType |
DMLScript.EXPLAIN |
Explain.ExplainType |
DMLOptions.explainType |
Modifier and Type | Method and Description |
---|---|
Explain.ExplainType |
MLContext.ExplainLevel.getExplainType() |
Modifier and Type | Method and Description |
---|---|
static Explain.ExplainType |
Explain.ExplainType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Explain.ExplainType[] |
Explain.ExplainType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Explain.display(DMLProgram prog,
Program rtprog,
Explain.ExplainType type,
Explain.ExplainCounts counts) |
static String |
Explain.explain(DMLProgram prog,
Program rtprog,
Explain.ExplainType type) |
static String |
Explain.explain(DMLProgram prog,
Program rtprog,
Explain.ExplainType type,
Explain.ExplainCounts counts) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.