ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.distance
Class WFBiased

java.lang.Object
  extended by org.schwiebert.abl4j.distance.EditDistance
      extended by org.schwiebert.abl4j.distance.WagnerFisher
          extended by org.schwiebert.abl4j.distance.WFBiased

public final class WFBiased
extends WagnerFisher

This class represents the "biased" Wagner-Fisher-Algorithm

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
 
Fields inherited from class org.schwiebert.abl4j.distance.WagnerFisher
len1, len2
 
Fields inherited from class org.schwiebert.abl4j.distance.EditDistance
alignment, matrix, operations
 
Constructor Summary
WFBiased(ISentence s1a, int b1, int e1, ISentence s2a, int b2, int e2)
           
 
Method Summary
 
Methods inherited from class org.schwiebert.abl4j.distance.WagnerFisher
getAlignment, printMatrix
 
Methods inherited from class org.schwiebert.abl4j.distance.EditDistance
getCost, getOperations, minGamma
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFBiased

public WFBiased(ISentence s1a,
                int b1,
                int e1,
                ISentence s2a,
                int b2,
                int e2)

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert