| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static BoostedTreesUpdateEnsembleV2 |
BoostedTreesUpdateEnsembleV2.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> dimensionIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Iterable<Operand<String>> splitTypes,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Operand<Integer> pruningMode)
Factory method to create a class wrapping a new BoostedTreesUpdateEnsembleV2 operation.
|
Copyright © 2015–2019. All rights reserved.