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

Predicts the specified BMP.

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

Syntax


public List<PredResult> Predict(
	Bitmap bmp,
	int topK
)
Public Function Predict ( _
	bmp As Bitmap, _
	topK As Integer _
) As List(Of PredResult)
public:
List<PredResult^>^ Predict(
	Bitmap^ bmp, 
	int^ topK
)

Parameters

bmp
Type: Bitmap
The image in bitmap format.
topK
Type: Int32
The top k accurate result to return.

Return Value