Uses of Package
org.apache.sysds.api.jmlc
Packages that use org.apache.sysds.api.jmlc
-
Classes in org.apache.sysds.api.jmlc used by org.apache.sysds.apiClassDescriptionInteraction with SystemDS using the JMLC (Java Machine Learning Connector) API is initiated with a
Connectionobject. -
Classes in org.apache.sysds.api.jmlc used by org.apache.sysds.api.jmlcClassDescriptionRepresentation of a prepared (precompiled) DML/PyDML script.A ResultVariables object holds the data returned by a call to
PreparedScript'sexecuteScriptmethod, which executes a DML/PyDML script.