Uses of Class
de.jungblut.classification.AbstractPredictor
-
-
Uses of AbstractPredictor in de.jungblut.classification
Subclasses of AbstractPredictor in de.jungblut.classification Modifier and Type Class Description classAbstractClassifierAbstract base class for classifiers. -
Uses of AbstractPredictor in de.jungblut.classification.bayes
Subclasses of AbstractPredictor in de.jungblut.classification.bayes Modifier and Type Class Description classMultinomialNaiveBayesMultinomial naive bayes classifier. -
Uses of AbstractPredictor in de.jungblut.classification.knn
Subclasses of AbstractPredictor in de.jungblut.classification.knn Modifier and Type Class Description classAbstractKNearestNeighboursK nearest neighbour classification algorithm that is seeded with a "database" of known examples and predicts based on the k-nearest neighbours majority vote for a class.classKNearestNeighboursK nearest neighbour classification algorithm that is seeded with a "database" of known examples and predicts based on the k-nearest neighbours majority vote for a class.classSparseKNearestNeighboursK nearest neighbour classification algorithm that is seeded with a "database" of known examples and predicts based on the k-nearest neighbours majority vote for a class. -
Uses of AbstractPredictor in de.jungblut.classification.meta
Subclasses of AbstractPredictor in de.jungblut.classification.meta Modifier and Type Class Description classVoter<A extends Classifier>Implementation of vote ensembling. -
Uses of AbstractPredictor in de.jungblut.classification.nn
Subclasses of AbstractPredictor in de.jungblut.classification.nn Modifier and Type Class Description classMultilayerPerceptronMultilayer perceptron implementation that works on GPU via JCuda and CPU. -
Uses of AbstractPredictor in de.jungblut.classification.regression
Subclasses of AbstractPredictor in de.jungblut.classification.regression Modifier and Type Class Description classLogisticRegression -
Uses of AbstractPredictor in de.jungblut.classification.tree
Subclasses of AbstractPredictor in de.jungblut.classification.tree Modifier and Type Class Description classDecisionTreeA decision tree that can be used for classification with numerical or categorical features.classRandomForestA decision tree forest, using bagging. -
Uses of AbstractPredictor in de.jungblut.ner
Subclasses of AbstractPredictor in de.jungblut.ner Modifier and Type Class Description classMaxEntMarkovModelMaximum entropy markov model for named entity recognition (classifying labels in sequence learning). -
Uses of AbstractPredictor in de.jungblut.nlp
Subclasses of AbstractPredictor in de.jungblut.nlp Modifier and Type Class Description classHMMHidden Markov Model implementation for multiple observations for all three types of problems HMM aims to solve (Decoding, likelihood estimation, unsupervised/supervised learning).
-