ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.select
Class Select<T>

java.lang.Object
  extended by org.schwiebert.abl4j.select.Select<T>
All Implemented Interfaces:
IAblComponent<T>, IConfigurable

public class Select<T>
extends Object
implements IAblComponent<T>

This class implements the selection part of ABL.

Author:
Menno van Zaanen (menno@ics.mq.edu.au) (original C++ Version), Jeroen Geertzen (j.geertzen@uvt.nl) (modifications in C++ Version), Stephan Schwiebert (sschwieb@spinfo.uni-koeln.de) (Java-Implementation)

Field Summary
private  SelectMethod selectMethod
           
 
Constructor Summary
Select()
           
 
Method Summary
 void configure(PropertiesMap properties)
           
 void execute(ITreeBank<T> tb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectMethod

private SelectMethod selectMethod
Constructor Detail

Select

public Select()
Method Detail

configure

public void configure(PropertiesMap properties)
               throws InvalidConfigurationException
Specified by:
configure in interface IConfigurable
Throws:
InvalidConfigurationException

execute

public void execute(ITreeBank<T> tb)
Specified by:
execute in interface IAblComponent<T>

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert