Package com.londogard.nlp.meachinelearning.predictors.classifiers

Types

Link copied to clipboard
public final class AutoOneHotClassifier<T extends BasePredictor<Integer>, OUT extends Object> implements BasePredictor<Int>
Link copied to clipboard
public interface Classifier implements BasePredictor<Int>
Link copied to clipboard
public final class LogisticRegression implements Classifier
Link copied to clipboard
public final class NaiveBayes implements Classifier

A Naïve Bayes Classifier that is using Laplacian Smoothing.