felix.util
Class ActiveLearner

java.lang.Object
  extended by felix.util.ActiveLearner

public class ActiveLearner
extends java.lang.Object


Constructor Summary
ActiveLearner(FelixCommandOptions _opt)
          The constructor.
 
Method Summary
 void DjangoSetup()
          Creates tables/views in public schema for use by django feedback tool.
 void getTopCandidates()
          Generates xml file containing relevant info for query.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveLearner

public ActiveLearner(FelixCommandOptions _opt)
The constructor.

Parameters:
_opt -
Method Detail

getTopCandidates

public void getTopCandidates()
                      throws java.lang.Exception
Generates xml file containing relevant info for query.

Throws:
java.lang.Exception

DjangoSetup

public void DjangoSetup()
                 throws java.lang.Exception
Creates tables/views in public schema for use by django feedback tool.

Throws:
java.lang.Exception