An abstract method that needs to be implemented by classes that derive HSC_PC.
It performs classification on the input event stream.
See the SeqDetect vignette for details on how to implement a HSC_PC derived class.
classify(x, stream, ...)(HSC_PC) - A pre-classifier object
(data.frame) - An input event stream
An additional list of parameters needed for the used pre-classifier.
(data.frame) - An output, a consolidated stream. Each row in the output data.frame must have .clazz field, containing the row classification value.