Package org.apache.sysds.hops.estim
Class EstimatorMatrixHistogram.MatrixHistogram
- java.lang.Object
- 
- org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
 
- 
- Enclosing class:
- EstimatorMatrixHistogram
 
 public static class EstimatorMatrixHistogram.MatrixHistogram extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MatrixHistogram(int[] r, int[] r1e, int[] c, int[] c1e, int rmax, int cmax)MatrixHistogram(MatrixBlock in, boolean useExcepts)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataCharacteristicsderiveOutputCharacteristics(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc)static EstimatorMatrixHistogram.MatrixHistogramderiveOutputHistogram(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc)int[]getColCounts()intgetCols()longgetNonZeros()int[]getRowCounts()intgetRows()voidsetData(MatrixBlock mb)
 
- 
- 
- 
Constructor Detail- 
MatrixHistogrampublic MatrixHistogram(MatrixBlock in, boolean useExcepts) 
 - 
MatrixHistogrampublic MatrixHistogram(int[] r, int[] r1e, int[] c, int[] c1e, int rmax, int cmax)
 
- 
 - 
Method Detail- 
getRowspublic int getRows() 
 - 
getColspublic int getCols() 
 - 
getRowCountspublic int[] getRowCounts() 
 - 
getColCountspublic int[] getColCounts() 
 - 
getNonZerospublic long getNonZeros() 
 - 
setDatapublic void setData(MatrixBlock mb) 
 - 
deriveOutputHistogrampublic static EstimatorMatrixHistogram.MatrixHistogram deriveOutputHistogram(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc) 
 - 
deriveOutputCharacteristicspublic static DataCharacteristics deriveOutputCharacteristics(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc) 
 
- 
 
-