Class EstimatorBasicWorst


  • public class EstimatorBasicWorst
    extends SparsityEstimator
    Basic average case estimator for matrix sparsity: sp = Math.min(1, sp1 * k) * Math.min(1, sp2 * k). Note: for outer-products (i.e., k=1) this worst-case estimate is equivalent to the average case estimate and the exact output sparsity.