iitb.MaxentClassifier
Class MaxentClassifier

java.lang.Object
  extended byiitb.MaxentClassifier.MaxentClassifier

public class MaxentClassifier
extends java.lang.Object

This class shows how to use the CRF package iitb.CRF for basic maxent classification where the features are provided as attributes of the instances to be classified. The number of classes can be more than two.

Author:
Sunita Sarawagi

Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)


Submit a bug or feature.