train_ct {vanquish}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 vanquish version 1.0.0 Index]