public Forward ( MPSImage inputImage = null, int imageNum = 9999, int correctLabel = 10 ) : uint | ||
inputImage | MPSImage | Image coming in on which the network will run |
imageNum | int | If the test set is being used we will get a value between 0 and 9999 for which of the 10,000 images is being evaluated |
correctLabel | int | The correct label for the inputImage while testing |
return | uint |