Classify() needs to implement a threshold mechanism for classify() errors. An error is a condition where the labels and probabilities are inconclusive, and a match cannot be obtained.
One way around this is by computing a priorProbabilities classification, and then comparing every getClassification result to the value of this priorProbabilities
Classify() needs to implement a threshold mechanism for classify() errors. An error is a condition where the labels and probabilities are inconclusive, and a match cannot be obtained.
One way around this is by computing a priorProbabilities classification, and then comparing every getClassification result to the value of this priorProbabilities