Sequential application of feature selection method followed by optional scaling, PCA then fitting algorithm
filteredFit(formula = formula,
data=NULL,
filtermethod=univariate_Wilcoxon,
fitmethod=e1071::svm,
filtermethod.control=list(pvalue=0.10,limit=0.1),
Scale="none",
PCA=FALSE,
...
)
the base formula to extract the outcome
the data to be used for training the KNN method
the method for feature selection
the fit function to be used
the set of parameters required by the feature selection function
Scale the data using the provided method
Estimate the PCA
parameters for the fitting function
The fitted model
The output of the feature selection function
The character vector with all the selected features
The set of features used for training
The parameters passed to the fitting method
Indicates if the fitting was to a factor
The number of possible outcomes