public final class
TensorForestCreateTreeVariable
Creates a tree resource and returns a handle to it.
Constants
| String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
| static TensorForestCreateTreeVariable |
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"TensorForestCreateTreeVariable"
Public Methods
public static TensorForestCreateTreeVariable create (Scope scope, Operand<?> treeHandle, Operand<TString> treeConfig)
Factory method to create a class wrapping a new TensorForestCreateTreeVariable operation.
Parameters
| scope | current scope |
|---|---|
| treeHandle | Handle to the tree resource to be created. |
| treeConfig | Serialized proto string of the boosted_trees.Tree. |
Returns
- a new instance of TensorForestCreateTreeVariable