GraphNearestNeighbors Method |
Namespace: Emgu.TF
public Operation NearestNeighbors( Output points, Output centers, Output k, string opName = "NearestNeighbors" )
Public Function NearestNeighbors ( points As Output, centers As Output, k As Output, Optional opName As String = "NearestNeighbors" ) As Operation
public: Operation^ NearestNeighbors( Output^ points, Output^ centers, Output^ k, String^ opName = L"NearestNeighbors" )
member NearestNeighbors : points : Output * centers : Output * k : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "NearestNeighbors" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,