Package org.apache.sysds.api.jmlc
package org.apache.sysds.api.jmlc
-
ClassesClassDescriptionInteraction with SystemDS using the JMLC (Java Machine Learning Connector) API is initiated with a
Connectionobject.Utility class containing static methods for working with JMLC.Representation of a prepared (precompiled) DML/PyDML script.A ResultVariables object holds the data returned by a call toPreparedScript'sexecuteScriptmethod, which executes a DML/PyDML script.