Posterior probabilities scores implementation

2 views (last 30 days)
When computing the scores for a cross-validated model usinf kfoldPredict function. What happens when the posterior probabilities score for two classes are equal?
For the scores generated for both my data classes, they are equal with respect to each other but different signs. see below.
-0.975785235458494 0.975785235458494
0.666850510204870 -0.666850510204870
-0.983822630177369 0.983822630177369
-0.732675092118859 0.732675092118859
-0.842372054768027 0.842372054768027
-0.661193781557410 0.661193781557410
-0.790509351855946 0.790509351855946
-0.0863164135990770 0.0863164135990770
-1.00014136811904 1.00014136811904
0.0436985829428482 -0.0436985829428482
..... this goes on for 842 rows.

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!