edu.cmu.minorthird.text.learn
Class SampleClassificationProblem

java.lang.Object
  extended by edu.cmu.minorthird.text.learn.SampleClassificationProblem

public class SampleClassificationProblem
extends java.lang.Object

Some sample inputs to facilitate testing.

Author:
William Cohen

Constructor Summary
SampleClassificationProblem()
           
 
Method Summary
static TextLabels testLabels()
           
static TextLabels trainLabels()
           
static TextLabels unlabeled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleClassificationProblem

public SampleClassificationProblem()
Method Detail

trainLabels

public static TextLabels trainLabels()

testLabels

public static TextLabels testLabels()

unlabeled

public static TextLabels unlabeled()