-2

I am doing a machine learning project using Weka .What is meant by Probability distribution appeared in the classifier output in Weka?

Umesh Aawte
  • 4,590
  • 7
  • 41
  • 51
Ghanshu
  • 1
  • 2

1 Answers1

0

Assuming x your model output and x is the probability that an instance belongs in a certain class. The question is asking what is the probability density function of x.

Thomas
  • 1