ezyrb.approximation.ann.ANN.predict

ANN.predict(new_point)[source]

Evaluate the ANN at given ‘new_points’.

Parameters:

new_points (array_like) – the coordinates of the given points.

Returns:

the predicted values via the ANN.

Return type:

numpy.ndarray