Description Objects from the Class Slots Methods Examples
An object of class "PASclassifier" represents the output of buildClassifier
Objects can be created by calls of the form new("PASclassifier", classifier, info).
classifierObject of class "naiveBayes" The output of naiveBayes.
An object of class "naiveBayes" including components:
aprioriClass distribution for the dependent variable.
tablesA list of tables, one for each predictor variable. For each categorical variable a table giving, for each attribute level, the conditional probabilities given the target class. For each numeric variable, a table giving, for each target class, mean and standard deviation of the (sub-)variable.
Object of class modelInfo
Get or set the slot of PASclassifier
1 2 3 4 | data(classifier)
classifier$info$upstream
classifier$info$wordSize
classifier$info$alphabet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.