Package | Description |
---|---|
org.apache.sysds.runtime.compress | |
org.apache.sysds.runtime.compress.cost |
Modifier and Type | Field and Description |
---|---|
CostEstimatorFactory.CostType |
CompressionSettings.costComputationType
The cost computation type for the compression
|
Modifier and Type | Method and Description |
---|---|
CompressionSettingsBuilder |
CompressionSettingsBuilder.setCostType(CostEstimatorFactory.CostType costType)
Set the cost type used for estimating the cost of column groups default is memory based.
|
Modifier and Type | Method and Description |
---|---|
static CostEstimatorFactory.CostType |
CostEstimatorFactory.CostType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostEstimatorFactory.CostType[] |
CostEstimatorFactory.CostType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.