I am implementing a two-step classification algorithm. The idea is to identify examples for which classifier is not certain in prediction in the first step and to delay decision about membership for that example till the second step of classification. Of course, I can look at absolute value of prediction. Are there other possibilities?

Similar questions and discussions