Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor.opt |
Modifier and Type | Method and Description |
---|---|
static CostEstimator.ExcludeType |
CostEstimator.ExcludeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostEstimator.ExcludeType[] |
CostEstimator.ExcludeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
CostEstimator.getEstimate(CostEstimator.TestMeasure measure,
OptNode node,
boolean inclCondPart,
Collection<String> vars,
CostEstimator.ExcludeType extype) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.