ImageNet..::..Predict Method (String, Int32)

Predicts the specified image path.

Namespace:  SiaNet.Application
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public List<PredResult> Predict(
	string imagePath,
	int topK
)
Public Function Predict ( _
	imagePath As String, _
	topK As Integer _
) As List(Of PredResult)
public:
List<PredResult^>^ Predict(
	String^ imagePath, 
	int^ topK
)

Parameters

imagePath
Type: String
The image path.
topK
Type: Int32
The top k accurate result to return.

Return Value