this is how my CPA looks after training. it only shows list of features, not the exact rules! in this case, how can I identify rules to be used by CP’s FilterObject module?
instead, is it possible to classify object outside CPA and import the labelled object in CP? I mean, I have exported a list of object IDs and their features as a .csv file, so I can feed the file as an input for other ML programs like Weka or R and make an output list of object IDs and the classification result. then is it possible to import the object ‘Positive’ or ‘Negative’ based on the output list?