Method: ModelFox::BinaryClassificationPredictOutput#probability

Defined in:
lib/modelfox/modelfox.rb

#probabilityObject (readonly)

This is the probability the model assigned to the predicted class.



54
55
56
# File 'lib/modelfox/modelfox.rb', line 54

def probability
  @probability
end