train_ct {sssc} | R Documentation |
Train Contamination Detection Model
Description
Trains two SVM models (classification and regression) to detects whether a sample is contaminated another sample of its same species.
Usage
train_ct(feature)
Arguments
feature |
Feature list objects from generate_feature() |
Value
A list contains two trained svm models: regression & classification
[Package sssc version 1.0.0 Index]