Package org.apache.sysds.api.jmlc
-
Class Summary Class Description Connection Interaction with SystemDS using the JMLC (Java Machine Learning Connector) API is initiated with aConnection
object.JMLCUtils Utility class containing static methods for working with JMLC.PreparedScript Representation of a prepared (precompiled) DML/PyDML script.ResultVariables A ResultVariables object holds the data returned by a call toPreparedScript
'sexecuteScript
method, which executes a DML/PyDML script.