battelle.nn.NeuralNetwork.predict

NeuralNetwork.predict(x)

Makes a prediction for features x

Parameters

x (np.array) – The features for which a prediction should be made

Returns

The predicted label array

Return type

np.array