GraphBoostedTreesSparseAggregateStats Method |
Namespace: Emgu.TF
public Operation BoostedTreesSparseAggregateStats( Output node_ids, Output gradients, Output hessians, Output feature_indices, Output feature_values, Output feature_shape, long max_splits, long num_buckets, string opName = "BoostedTreesSparseAggregateStats" )
Public Function BoostedTreesSparseAggregateStats ( node_ids As Output, gradients As Output, hessians As Output, feature_indices As Output, feature_values As Output, feature_shape As Output, max_splits As Long, num_buckets As Long, Optional opName As String = "BoostedTreesSparseAggregateStats" ) As Operation
public: Operation^ BoostedTreesSparseAggregateStats( Output^ node_ids, Output^ gradients, Output^ hessians, Output^ feature_indices, Output^ feature_values, Output^ feature_shape, long long max_splits, long long num_buckets, String^ opName = L"BoostedTreesSparseAggregateStats" )
member BoostedTreesSparseAggregateStats : node_ids : Output * gradients : Output * hessians : Output * feature_indices : Output * feature_values : Output * feature_shape : Output * max_splits : int64 * num_buckets : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "BoostedTreesSparseAggregateStats" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,