Uses of Class
org.apache.sysds.api.mlcontext.ScriptExecutor
- 
Packages that use ScriptExecutor Package Description org.apache.sysds.api org.apache.sysds.api.mlcontext 
- 
- 
Uses of ScriptExecutor in org.apache.sysds.apiMethods in org.apache.sysds.api with parameters of type ScriptExecutor Modifier and Type Method Description static voidScriptExecutorUtils. executeRuntimeProgram(ScriptExecutor se, int statisticsMaxHeavyHitters)Execute the runtime program.
- 
Uses of ScriptExecutor in org.apache.sysds.api.mlcontextMethods in org.apache.sysds.api.mlcontext that return ScriptExecutor Modifier and Type Method Description ScriptExecutorScript. getScriptExecutor()Obtain the script executor used by this Script.Methods in org.apache.sysds.api.mlcontext with parameters of type ScriptExecutor Modifier and Type Method Description MLResultsMLContext. execute(Script script, ScriptExecutor scriptExecutor)Execute a DML or PYDML Script object using a ScriptExecutor.voidScript. setScriptExecutor(ScriptExecutor scriptExecutor)Set the ScriptExecutor used by this Script.
 
-