Parallel Classifier Combination in Single Process
Hi ,
I am incorporating parallel classifier combination in rapidminer. I want to provide same vocabulary to all three classifiers in one go. I have a seperate test set and know that i need to provide word list output of "Process Documents From File" (training) to "Process Documents From File" (testing). I am accessing my process via java code in which i created a process and access it via java code.
How can i programmatically change classifier in a process ?
I am incorporating parallel classifier combination in rapidminer. I want to provide same vocabulary to all three classifiers in one go. I have a seperate test set and know that i need to provide word list output of "Process Documents From File" (training) to "Process Documents From File" (testing). I am accessing my process via java code in which i created a process and access it via java code.
How can i programmatically change classifier in a process ?