Uses of Class
org.apache.sysds.api.mlcontext.Metadata
Packages that use Metadata
-
Uses of Metadata in org.apache.sysds.api.mlcontext
Subclasses of Metadata in org.apache.sysds.api.mlcontextModifier and TypeClassDescriptionclassFrame 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.classMatrix 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.Methods in org.apache.sysds.api.mlcontext that return types with arguments of type MetadataModifier and TypeMethodDescriptionScript.getInputMetadata()Obtain an unmodifiable map of input matrix/frame metadata.Methods in org.apache.sysds.api.mlcontext with parameters of type MetadataModifier and TypeMethodDescriptionstatic DataMLContextUtil.convertInputType(String parameterName, Object parameterValue, Metadata metadata) Convert input types to internal SystemDS representationsRegister an input (parameter ($) or variable) with optional matrix metadata.