GraphNegTrain Method |
Namespace: Emgu.TF
public Operation NegTrain( Output w_in, Output w_out, Output examples, Output labels, Output lr, long[] vocab_count, long num_negative_samples, string opName = "NegTrain" )
Public Function NegTrain ( w_in As Output, w_out As Output, examples As Output, labels As Output, lr As Output, vocab_count As Long(), num_negative_samples As Long, Optional opName As String = "NegTrain" ) As Operation
public: Operation^ NegTrain( Output^ w_in, Output^ w_out, Output^ examples, Output^ labels, Output^ lr, array<long long>^ vocab_count, long long num_negative_samples, String^ opName = L"NegTrain" )
member NegTrain : w_in : Output * w_out : Output * examples : Output * labels : Output * lr : Output * vocab_count : int64[] * num_negative_samples : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "NegTrain" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,