Description Usage Arguments Value
Internal function that creates GDA classifier based on the results of first layer (RF).
1 | scTrain(trainingdata,clfname='gda')
|
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. |
instance of a GDA classifier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.