scTrain: Internal function that fits parameters of GDA to given data

Description Usage Arguments Value

View source: R/scTrain.R

Description

Internal function that creates GDA classifier based on the results of first layer (RF).

Usage

1
scTrain(trainingdata,clfname='gda')

Arguments

trainingdata

intermediate results of RF classification

clfname

name of the classifier to be fitted parameters for, currently 'Gaussian discriminant analysis' (GDA) is supported and change of this parameter will only have effect on column name in the resulting data frame.

Value

instance of a GDA classifier


Meiomap/SureTypeSCR documentation built on Dec. 17, 2021, 3:22 a.m.