museotoolbox.ai.SuperLearner.predict_higher_confidence

SuperLearner.predict_higher_confidence(X)[source]

Get confidence of the predicted label.

Parameters

X (np.ndarray.) – The array to predict proba. Must have the same number of bands of the initial array/raster.

Returns

Xpredict – The probability from 0 to 100.

Return type

np.ndarray (n_size,)