Description Usage Format Constants Examples
Global constants that define the bounds of this packages functionality
1 |
A list of models that are supported. These represent the internal codes used by this package.
suppModels
: supported models—the model types (packages) this package currently supports.
probModels
: probabilistic models—models types that will return probabilities when created on categorical data.
contModels
: continuous models—models that can be used (natively) with continuous variables. Of course other
classification algorithms, for example nearest neighbour, can be run on an index variable then continuous data can then be
imputed
from this.
1 2 3 4 5 6 | ## Not run:
suppModels <- c('randomForest','rfsrc','fnn.FNN','fnn.class','kknn','gbm') # Which packages (model classes) are supported by NPEL.Classification
probModels <- c('randomForest','rfsrc','fnn.FNN','fnn.class','kknn','gbm') # Which packages generate probabilities when passed categorical data
contModels <- c('randomForest','rfsrc','kknn','gbm') # Which packages are able to handle continuous data
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.