Uses of Package
org.apache.sysds.api.mlcontext

  • Class
    Description
    ScriptExecutor executes a DML or PYDML Script object using SystemDS.
  • Class
    Description
    Frame 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 ValueType values.
    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.
    Used internally by MLContextProxy.
    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.
  • Class
    Description
    The MLContext API offers programmatic access to SystemDS on Spark from languages such as Scala, Java, and Python.