• Packages that use FrameFormat 
    Package Description
    org.apache.sysml.api.mlcontext  
    • Uses of FrameFormat in org.apache.sysml.api.mlcontext

      Methods in org.apache.sysml.api.mlcontext that return FrameFormat 
      Modifier and Type Method and Description
      FrameFormat FrameMetadata.getFrameFormat()
      Obtain the frame format
      static FrameFormat FrameFormat.valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static FrameFormat[] FrameFormat.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Methods in org.apache.sysml.api.mlcontext with parameters of type FrameFormat 
      Modifier and Type Method and Description
      void FrameMetadata.setFrameFormat(FrameFormat frameFormat)
      Set the frame format
      Constructors in org.apache.sysml.api.mlcontext with parameters of type FrameFormat 
      Constructor and Description
      FrameMetadata(FrameFormat frameFormat)
      Constructor to create a FrameMetadata object based on frame format.
      FrameMetadata(FrameFormat frameFormat, FrameSchema frameSchema)
      Constructor to create a FrameMetadata object based on frame format and frame schema.
      FrameMetadata(FrameFormat frameFormat, FrameSchema frameSchema, int numRows, int numColumns)
      Constructor to create a FrameMetadata object based on frame format, frame schema, the number of rows, and the number of columns in a frame.
      FrameMetadata(FrameFormat frameFormat, FrameSchema frameSchema, int numRows, int numColumns, int numNonZeros, int numRowsPerBlock, int numColumnsPerBlock)
      Constructor to create a FrameMetadata object based on frame format, frame schema, 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 a frame.
      FrameMetadata(FrameFormat frameFormat, FrameSchema frameSchema, Long numRows, Long numColumns)
      Constructor to create a FrameMetadata object based on frame format, frame schema, the number of rows, and the number of columns in a frame.
      FrameMetadata(FrameFormat frameFormat, FrameSchema frameSchema, Long numRows, Long numColumns, Long numNonZeros, Integer numRowsPerBlock, Integer numColumnsPerBlock)
      Constructor to create a FrameMetadata object based on frame format, frame schema, 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 a frame.
      FrameMetadata(FrameFormat frameFormat, int numRows, int numColumns)
      Constructor to create a FrameMetadata object based on frame format, the number of rows, and the number of columns in a frame.
      FrameMetadata(FrameFormat frameFormat, int numRows, int numColumns, int numNonZeros)
      Constructor to create a FrameMetadata object based on frame format, the number of rows, the number of columns, and the number of non-zero values in a frame.
      FrameMetadata(FrameFormat frameFormat, int numRows, int numColumns, int numNonZeros, int numRowsPerBlock, int numColumnsPerBlock)
      Constructor to create a FrameMetadata object based on frame format, 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 a frame.
      FrameMetadata(FrameFormat frameFormat, Long numRows, Long numColumns)
      Constructor to create a FrameMetadata object based on frame format, the number of rows, and the number of columns in a frame.
      FrameMetadata(FrameFormat frameFormat, Long numRows, Long numColumns, Long numNonZeros)
      Constructor to create a FrameMetadata object based on frame format, the number of rows, the number of columns, and the number of non-zero values in a frame.
      FrameMetadata(FrameFormat frameFormat, Long numRows, Long numColumns, Long numNonZeros, Integer numRowsPerBlock, Integer numColumnsPerBlock)
      Constructor to create a FrameMetadata object based on frame format, 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 a frame.

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