benchmark
Class ReutersSVM

java.lang.Object
  extended by benchmark.ReutersSVM

public class ReutersSVM
extends java.lang.Object

The goal is to look at the papers assigned to the top 10 categories Just store the data for now, I'll later write a program to find me the micro/macro-averaged f1 measures

Author:
David Chen

Field Summary
static java.lang.String[] cats
           
 
Constructor Summary
ReutersSVM()
           
 
Method Summary
static int getCat(java.lang.String s)
           
static java.lang.String getWhere()
           
static boolean isCat(java.lang.String s)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cats

public static java.lang.String[] cats
Constructor Detail

ReutersSVM

public ReutersSVM()
Method Detail

getWhere

public static java.lang.String getWhere()

getCat

public static int getCat(java.lang.String s)

isCat

public static boolean isCat(java.lang.String s)

main

public static void main(java.lang.String[] args)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException