Uses of Class
org.apache.sysds.api.mlcontext.MLResults
Packages that use MLResults
-
Uses of MLResults in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return MLResultsModifier and TypeMethodDescriptionExecute a DML or PYDML Script.MLContext.execute(Script script, ScriptExecutor scriptExecutor) Execute a DML or PYDML Script object using a ScriptExecutor.Script.execute()Execute the script and return the results as an MLResults object.Execute a DML or PYDML script.Script.getResults()Obtain the results of the script execution.Script.results()Obtain the results of the script execution.Methods in org.apache.sysds.api.mlcontext with parameters of type MLResultsModifier and TypeMethodDescriptionvoidScript.setResults(MLResults results) Set the results of the script execution.