Package org.apache.sysds.hops.estim
Class EstimationUtils
java.lang.Object
org.apache.sysds.hops.estim.EstimationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longThis utility function computes the exact output nnz of a self matrix product without need to materialize the output.static long
-
Constructor Details
-
EstimationUtils
public EstimationUtils()
-
-
Method Details
-
getSelfProductOutputNnz
This utility function computes the exact output nnz of a self matrix product without need to materialize the output.- Parameters:
m1- dense or sparse input matrix- Returns:
- exact output number of non-zeros.
-
getSparseProductOutputNnz
-