public final class CostEstimatorFactory extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CostEstimatorFactory.CostType  | 
| Constructor and Description | 
|---|
CostEstimatorFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ICostEstimate | 
create(CompressionSettings cs,
      CostEstimatorBuilder costVector,
      int nRows,
      int nCols,
      double sparsity)  | 
static ICostEstimate | 
genDefaultCostCase(int nRows,
                  int nCols,
                  double sparsity,
                  boolean isInSparkInstruction)  | 
public static ICostEstimate create(CompressionSettings cs, CostEstimatorBuilder costVector, int nRows, int nCols, double sparsity)
public static ICostEstimate genDefaultCostCase(int nRows, int nCols, double sparsity, boolean isInSparkInstruction)
Copyright © 2021 The Apache Software Foundation. All rights reserved.