Click or drag to resize

GraphBoostedTreesSparseCalculateBestFeatureSplit Method

http://www.emgu.com
BoostedTreesSparseCalculateBestFeatureSplit

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation BoostedTreesSparseCalculateBestFeatureSplit(
	Output node_id_range,
	Output stats_summary_indices,
	Output stats_summary_values,
	Output stats_summary_shape,
	Output l1,
	Output l2,
	Output tree_complexity,
	Output min_node_weight,
	long logits_dimension,
	string split_type = null,
	string opName = "BoostedTreesSparseCalculateBestFeatureSplit"
)

Parameters

node_id_range
Type: Emgu.TFOutput
Input to the operation.
stats_summary_indices
Type: Emgu.TFOutput
Input to the operation.
stats_summary_values
Type: Emgu.TFOutput
Input to the operation.
stats_summary_shape
Type: Emgu.TFOutput
Input to the operation.
l1
Type: Emgu.TFOutput
Input to the operation.
l2
Type: Emgu.TFOutput
Input to the operation.
tree_complexity
Type: Emgu.TFOutput
Input to the operation.
min_node_weight
Type: Emgu.TFOutput
Input to the operation.
logits_dimension
Type: SystemInt64
logits dimension
split_type (Optional)
Type: SystemString
split type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.BoostedTreesSparseCalculateBestFeatureSplit(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String,System.String)"]

See Also