| Package | Description | 
|---|---|
| org.apache.sysds.api.mlcontext | 
| Modifier and Type | Method and Description | 
|---|---|
| static MLContext.ExplainLevel | MLContext.ExplainLevel. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MLContext.ExplainLevel[] | MLContext.ExplainLevel. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MLContext. setExplainLevel(MLContext.ExplainLevel explainLevel)Set the level of program explanation that should be displayed if explain
 is set to true. | 
| void | ScriptExecutor. setExplainLevel(MLContext.ExplainLevel explainLevel)Set the level of program explanation that should be displayed if explain
 is set to true. | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.