| Package | Description |
|---|---|
| org.maochen.nlp.classifier | |
| org.maochen.nlp.classifier.knn | |
| org.maochen.nlp.classifier.naivebayes | |
| org.maochen.nlp.classifier.perceptron |
| Modifier and Type | Method and Description |
|---|---|
IClassifier |
IClassifier.train(List<Tuple> trainingData) |
| Modifier and Type | Class and Description |
|---|---|
class |
KNNClassifier
Simple Wrapper, Id is based on the input sequence.
|
| Modifier and Type | Method and Description |
|---|---|
IClassifier |
KNNClassifier.train(List<Tuple> trainingData)
train() method for knn is just used for loading trainingdata!!
|
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveBayesClassifier
Created by Maochen on 12/3/14.
|
| Modifier and Type | Method and Description |
|---|---|
IClassifier |
NaiveBayesClassifier.train(List<Tuple> trainingData) |
| Modifier and Type | Class and Description |
|---|---|
class |
PerceptronClassifier
Created by Maochen on 6/5/15.
|
| Modifier and Type | Method and Description |
|---|---|
IClassifier |
PerceptronClassifier.train(List<Tuple> trainingData) |
Copyright © 2015. All rights reserved.