The PokerBayes
object is a sample application that uses the NaiveBayesInt
class.
The TempPerceptron
object trains a perceptron on a small dataset of
temperatures from counties in Texas where the variables/factors to consider
are Latitude (x1), Elevation (x2) and Longitude (x3).
The TempRegression
object performs regression on a small dataset of
temperatures from counties in Texas where the variables/factors to consider
are Latitude (x1), Elevation (x2) and Longitude (x3).
The TennisBayes
object is a sample application that uses the NaiveBayesInt
class.
The analytics package contains example apps for analytics: prediction, classification or clustering.