This class provide basic time series analysis capabilities for Auto-Regressive (AR) and Moving Average (MA) models.
This class implements a Naive Gaussian Bayes Classifier.
This trait provides a common framework for several classifiers.
This trait provides a common framework for several clustering algorithms.
This class implements a Decision Tree classifier using the C4.
This class implements a Decision Tree classifier using the ID3 algorithm.
Cluster several vectors/points using hierarhical clustering.
Cluster several vectors/points using k-means clustering.
The LogitRegression class supports logit regression.
This class implements a Markov Clustering Algorithm (MCL) and is used to cluster nodes in a graph.
This class supports basic 3-layer (input, hidden and output) Neural Networks.
The NonLinRegression class supports non-linear regression.
This class is used to solve Portfilio Optimization Problems.
This trait provides a common framework for several predictors.
This class computes the Principal Components (PCs) for data matrix x.
Random undirected graph generator with clusters (as an adjacency matrix).
The Regression class supports multiple linear regression.
The SimpleRegression class supports simple linear regression.
This class implements linear support vector machines (SVM).
This object is used to test the ARMA class.
This object is used to test the BayesClassifier class.
This object is used to test the DecisionTreeC45 class.
This object is used to test the DecisionTreeID3 class.
This object is used to test the HierClustering class.
This object is used to test the KMeansClustering class.
Object to test LogitRegression class.
This object is used to test the MarkovClustering class.
This object is used to test the NeuralNet class.
This object is used to test the NeuralNet class.
Object to test NonLinRegression class: y = b dot x = b0 + b1*x1 + b2*x2.
This object is used to test the PortfolioOpt class.
This object is used to test the PrincipalComponents class.
This object is used to test the RandomGraph class.
Object to test Regression class: y = b dot x = b0 + b1*x1 + b2*x2.
Object to test Regression class: y = b dot x = b0 + b1*x1 + b2*x2.
Object to test the multi-colinearity method in the Regression class.
Object to test SimpleRegression class: y = b dot x = (b0, b1) dot (1.
Object to test SimpleRegression class: y = b dot x = b0 + b1*x1.
This object is used to test the SupportVectorMachine class.
The analytics package contains classes, traits and objects for analytics including classification, clustering and prediction.