문제

I would like to know how can we see the predictable labels given by a classifier using RapidMiner?

Can we have it as an attribute output as in the clustering results?

Thanks in advance! Telma

도움이 되었습니까?

해결책

Having built a model, use the Apply Model operator to apply it to an example set. The result will have a new attribute with a name like Prediction("labelname") where "labelname" is the name of the label attribute. If the label has polynominal values, additional attributes will be created for each possible value giving the confidence for the prediction.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top