Uses of Enum Class
org.apache.sysds.runtime.compress.cost.CostEstimatorFactory.CostType
Packages that use CostEstimatorFactory.CostType
-
Uses of CostEstimatorFactory.CostType in org.apache.sysds.runtime.compress
Fields in org.apache.sysds.runtime.compress declared as CostEstimatorFactory.CostTypeModifier and TypeFieldDescriptionCompressionSettings.costComputationTypeThe cost computation type for the compressionMethods in org.apache.sysds.runtime.compress with parameters of type CostEstimatorFactory.CostTypeModifier and TypeMethodDescriptionCompressionSettingsBuilder.setCostType(CostEstimatorFactory.CostType costType) Set the cost type used for estimating the cost of column groups default is memory based. -
Uses of CostEstimatorFactory.CostType in org.apache.sysds.runtime.compress.cost
Methods in org.apache.sysds.runtime.compress.cost that return CostEstimatorFactory.CostTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CostEstimatorFactory.CostType[]CostEstimatorFactory.CostType.values()Returns an array containing the constants of this enum class, in the order they are declared.