| Package | Description | 
|---|---|
| org.apache.sysds.api.mlcontext | 
| Modifier and Type | Method and Description | 
|---|---|
| MLResults | Script. execute()Execute the script and return the results as an MLResults object. | 
| MLResults | MLContext. execute(Script script)Execute a DML or PYDML Script. | 
| MLResults | ScriptExecutor. execute(Script script)Execute a DML or PYDML script. | 
| MLResults | MLContext. execute(Script script,
       ScriptExecutor scriptExecutor)Execute a DML or PYDML Script object using a ScriptExecutor. | 
| MLResults | Script. getResults()Obtain the results of the script execution. | 
| MLResults | Script. results()Obtain the results of the script execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Script. setResults(MLResults results)Set the results of the script execution. | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.