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

  • Packages that use org.apache.sysml.api.mlcontext 
    Package Description
    org.apache.sysml.api  
    org.apache.sysml.api.mlcontext  
  • Classes in org.apache.sysml.api.mlcontext used by org.apache.sysml.api 
    Class and Description
    ScriptType
    ScriptType represents the type of script, DML (R-like syntax) or PYDML (Python-like syntax).
  • Classes in org.apache.sysml.api.mlcontext used by org.apache.sysml.api.mlcontext 
    Class and Description
    BinaryBlockFrame
    BinaryBlockFrame stores data as a SystemML binary-block frame representation.
    BinaryBlockMatrix
    BinaryBlockMatrix stores data as a SystemML binary-block matrix representation.
    Frame
    Frame encapsulates a SystemML frame.
    FrameFormat
    FrameFormat represents the different frame formats supported by the MLContext API.
    FrameMetadata
    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.
    FrameSchema
    The frame schema, stored as a list of ValueType values.
    Matrix
    Matrix encapsulates a SystemML matrix.
    MatrixFormat
    MatrixFormat represents the different matrix formats supported by the MLContext API.
    MatrixMetadata
    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.
    Metadata
    Abstract metadata class for MLContext API.
    MLContext
    The MLContext API offers programmatic access to SystemML on Spark from languages such as Scala, Java, and Python.
    MLContext.ExplainLevel
    The different explain levels supported by SystemML.
    MLContext.InternalProxy
    Used internally by MLContextProxy.
    MLResults
    MLResults handles the results returned from executing a Script using the MLContext API.
    ProjectInfo
    Obtains information that is stored in the manifest when the SystemML jar is built.
    Script
    A Script object encapsulates a DML or PYDML script.
    ScriptExecutor
    ScriptExecutor executes a DML or PYDML Script object using SystemML.
    ScriptType
    ScriptType represents the type of script, DML (R-like syntax) or PYDML (Python-like syntax).

Copyright © 2017 The Apache Software Foundation. All rights reserved.