org.apache.sysml.runtime.compress.estim

Class CompressedSizeEstimator.SizeEstimationFactors

  • java.lang.Object
    • org.apache.sysml.runtime.compress.estim.CompressedSizeEstimator.SizeEstimationFactors
    • Field Detail

      • numVals

        protected int numVals
      • numSegs

        protected int numSegs
      • numOffs

        protected int numOffs
      • numRuns

        protected int numRuns
      • numSingle

        protected int numSingle
    • Constructor Detail

      • SizeEstimationFactors

        protected SizeEstimationFactors(int numvals,
                                        int numsegs,
                                        int numoffs,
                                        int numruns,
                                        int numsingle)

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