Class | Description |
---|---|
Connection |
Interaction with SystemDS using the JMLC (Java Machine Learning Connector) API is initiated with
a
Connection 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
to
PreparedScript 's executeScript
method, which executes a DML/PyDML script. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.