Class | Description |
---|---|
AprioriEx1 |
Finds frequent itemsets and strong association rules
for a small set of transactions.
|
AprioriEx2 |
Applies the Apriori algorithm to separate sets of
transactions.
|
BootstrapAggregationEx1 |
Demonstrates bootstrap aggregation on a decision tree.
|
CrossValidationEx1 |
Uses cross-validation to determine the
optimally pruned decision tree.
|
GradientBoostingEx1 |
Predicts a regression response
variable based on 6 predictor variables.
|
GradientBoostingEx2 |
Predicts a binary response variable based on 4 predictor variables.
|
GradientBoostingEx3 |
Selects the number of iterations using
cross-validation.
|
GradientBoostingEx4 |
Uses an input model to set the configuration of
the base learner.
|
KohonenSOMEx1 |
Creates and trains a Kohonen self-organizing
map.
|
NaiveBayesClassifierEx1 |
Trains a classifier to Fisher's Iris data.
|
NaiveBayesClassifierEx2 |
Trains a classifier on nominal (categorical)
attributes.
|
NaiveBayesClassifierEx3 |
Trains a classifier with a user supplied probability
function.
|
NaiveBayesClassifierEx3.TestGaussFcn1 |
Defines the user supplied probability distribution.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.