Package org.apache.sysds.api.mlcontext
package org.apache.sysds.api.mlcontext
-
ClassDescriptionFrame encapsulates a SystemDS frame.FrameFormat represents the different frame formats supported by the MLContext API.Frame metadata, such as the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in the frame.The frame schema, stored as a list of
ValueTypevalues.Matrix encapsulates a SystemDS matrix.MatrixFormat represents the different matrix formats supported by the MLContext API.Matrix metadata, such as the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in the matrix.Abstract metadata class for MLContext API.The MLContext API offers programmatic access to SystemDS on Spark from languages such as Scala, Java, and Python.The different types of execution environments supported by SystemDS.The different explain levels supported by SystemDS.Utility class containing methods to perform data conversions.Uncaught exception representing SystemDS exceptions that occur through the MLContext API.Utility class containing methods for working with the MLContext API.MLResults handles the results returned from executing a Script using the MLContext API.Obtains information that is stored in the manifest when the SystemDS jar is built.A Script object encapsulates a DML or PYDML script.ScriptExecutor executes a DML or PYDML Script object using SystemDS.Factory for creating DML and PYDML Script objects from strings, files, URLs, and input streams.