First page Back Continue Last page Overview Graphics
Lesson 3: Allow Classifiers To Do More
Initial API did not allow classifiers to modify the message.
Solution: Just use a simple filter interface for classifiers. Message goes in, message comes out.
Neat Side Effect: Classifier Chains.
Another Neat Side Effect: No need to classify again on client side.
Notes: