Package | Description |
---|---|
org.apache.sysds.api | |
org.apache.sysds.api.jmlc |
Class and Description |
---|
Connection
Interaction with SystemDS using the JMLC (Java Machine Learning Connector) API is initiated with
a
Connection object. |
Class and Description |
---|
PreparedScript
Representation of a prepared (precompiled) DML/PyDML script.
|
ResultVariables
A ResultVariables object holds the data returned by a call
to
PreparedScript 's executeScript
method, which executes a DML/PyDML script. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.