Uses of Class
org.apache.sysds.runtime.meta.MatrixCharacteristics
Packages that use MatrixCharacteristics
-
Uses of MatrixCharacteristics in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return MatrixCharacteristicsModifier and TypeMethodDescriptionMetadata.asMatrixCharacteristics()Convert the metadata to a DataCharacteristics object.Methods in org.apache.sysds.api.mlcontext with parameters of type MatrixCharacteristicsModifier and TypeMethodDescriptionvoidFrameMetadata.setMatrixCharacteristics(MatrixCharacteristics matrixCharacteristics) Set the FrameMetadata fields based on a DataCharacteristics object.voidMetadata.setMatrixCharacteristics(MatrixCharacteristics matrixCharacteristics) Set the metadata fields based on a DataCharacteristics object.Constructors in org.apache.sysds.api.mlcontext with parameters of type MatrixCharacteristicsModifierConstructorDescriptionFrameMetadata(FrameSchema frameSchema, MatrixCharacteristics matrixCharacteristics) Constructor to create a FrameMetadata object based on the frame schema and a DataCharacteristics object. -
Uses of MatrixCharacteristics in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return MatrixCharacteristicsModifier and TypeMethodDescriptionWeightedDivMM.WDivMMType.computeOutputCharacteristics(long Xrlen, long Xclen, long rank) -
Uses of MatrixCharacteristics in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return MatrixCharacteristicsModifier and TypeMethodDescriptionstatic MatrixCharacteristicsExpression.getBinaryMatrixCharacteristics(Expression expression1, Expression expression2) Returns the matrix characteristics for scalar-scalar, scalar-matrix, matrix-scalar, matrix-matrix operations.