classify {SeqDetect}R Documentation

Pre-classifying method

Description

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.

Usage

classify(x, stream, ...)

Arguments

x

(HSC_PC) - A pre-classifier object

stream

(data.frame) - An input event stream

...

An additional list of parameters needed for the used pre-classifier.

Value

(data.frame) - An output, a consolidated stream. Each row in the output data.frame must have .clazz field, containing the row classification value.


[Package SeqDetect version 1.0.7 Index]