classify: Pre-classifying method

Description Usage Arguments Value

View source: R/HSC_PreClassifier.R

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

1
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.


SeqDetect documentation built on March 2, 2020, 5:08 p.m.