Description Usage Arguments Examples
View source: R/classification_df.R
funcao para desenvolver modelos de classificacao
| 1 | 
| df | data frame com a ultima coluna com a classe correspondente | 
| splitting | proporcao da divisao do banco de dados para o treinamento e teste | 
| algorithm | algoritmo para criacao de modelos default plsda | 
| method_cv | The resampling method: "boot", "boot632", "optimism_boot", "boot_all", "cv", "repeatedcv", "LOOCV", "LGOCV" | 
| number_cv | Either the number of folds or number of resampling iterations | 
| tL | tuneLength | 
| metrics | 1 para metricas por classe e 2 para metricas medias | 
| save | Salvar modelo | 
| varimp | importancia das variaveis | 
| plsplot | Plotar PLS | 
| repeat_cv | For repeated k-fold cross-validation only: the number of complete sets of folds to compute | 
| 1 2 | data(nir_seed)
dados<-classification_df(nir_seed)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.