edu.cmu.minorthird.classify.ranking
Class RankingExpt

java.lang.Object
  extended by edu.cmu.minorthird.classify.ranking.RankingExpt

public class RankingExpt
extends java.lang.Object

Learn from examples a GraphSearcher that re-ranks examples based on scores from a learned classifier.


Nested Class Summary
 class RankingExpt.MyCLP
           
 
Constructor Summary
RankingExpt()
           
 
Method Summary
 CommandLineProcessor getCLP()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RankingExpt

public RankingExpt()
Method Detail

getCLP

public CommandLineProcessor getCLP()

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.NumberFormatException
Throws:
java.io.IOException
java.lang.NumberFormatException