apps

analytics

package analytics

The analytics package contains example apps for analytics: prediction, classification or clustering.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. analytics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object PokerBayes extends App

    The PokerBayes object is a sample application that uses the NaiveBayesInt class.

  2. object TempPerceptron extends App

    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).

  3. object TempRegression extends App

    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).

  4. object TennisBayes extends App

    The TennisBayes object is a sample application that uses the NaiveBayesInt class.

Inherited from AnyRef

Inherited from Any

Ungrouped