experiments
Class Newsgroups
java.lang.Object
experiments.Newsgroups
public class Newsgroups
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Newsgroups
public Newsgroups()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
trainMaxEnt
public static LinearClassifier trainMaxEnt(ArrayList<ClassificationInstance> train,
Alphabet xA,
Alphabet yA)
trainNaivBayes
public static LinearClassifier trainNaivBayes(ArrayList<ClassificationInstance> train,
Alphabet xA,
Alphabet yA)
trainPerceptron
public static LinearClassifier trainPerceptron(boolean doAveraging,
int numIters,
ArrayList<ClassificationInstance> train,
Alphabet xA,
Alphabet yA)
Copyright © 2009. All Rights Reserved.