ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Class
org.schwiebert.abl4j.util.Pair

Packages that use Pair
org.schwiebert.abl4j.align   
org.schwiebert.abl4j.distance   
org.schwiebert.abl4j.select   
 

Uses of Pair in org.schwiebert.abl4j.align
 

Subclasses of Pair in org.schwiebert.abl4j.align
(package private)  class AllAlignment.Link
           
 

Uses of Pair in org.schwiebert.abl4j.distance
 

Methods in org.schwiebert.abl4j.distance that return Pair
 Pair<Float,EditOperation> EditOperation.gamma(Pair<Integer,Integer> p)
          return the gamma value of the operation (the pair of ints are indices in the sentences and 1 is the first word in the sentence)
 Pair<Float,EditOperation> EditOperation.Delete.gamma(Pair<Integer,Integer> pair)
           
 Pair<Float,EditOperation> EditOperation.Insert.gamma(Pair<Integer,Integer> pair)
           
 Pair<Float,EditOperation> EditOperation.Substitute.gamma(Pair<Integer,Integer> pair)
           
 Pair<Float,EditOperation> EditOperation.SubDis.gamma(Pair<Integer,Integer> pair)
          mat=((index_S/|S|)-(index_T/|T|))*mean(|S|,|T|)
 Pair<Float,EditOperation> EditDistance.minGamma(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.nextCoordinates(Pair<Integer,Integer> p)
          return the next coordinates (when the operation is applied)
 Pair<Integer,Integer> EditOperation.Delete.nextCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Insert.nextCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Substitute.nextCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.previousCoordinates(Pair<Integer,Integer> p)
          return the previous coordinates (when the operation was applied)
 Pair<Integer,Integer> EditOperation.Delete.previousCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Insert.previousCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Substitute.previousCoordinates(Pair<Integer,Integer> p)
           
 

Methods in org.schwiebert.abl4j.distance with parameters of type Pair
 Pair<Float,EditOperation> EditOperation.gamma(Pair<Integer,Integer> p)
          return the gamma value of the operation (the pair of ints are indices in the sentences and 1 is the first word in the sentence)
 Pair<Float,EditOperation> EditOperation.Delete.gamma(Pair<Integer,Integer> pair)
           
 Pair<Float,EditOperation> EditOperation.Insert.gamma(Pair<Integer,Integer> pair)
           
 Pair<Float,EditOperation> EditOperation.Substitute.gamma(Pair<Integer,Integer> pair)
           
 Pair<Float,EditOperation> EditOperation.SubDis.gamma(Pair<Integer,Integer> pair)
          mat=((index_S/|S|)-(index_T/|T|))*mean(|S|,|T|)
(package private)  boolean EditOperation.Substitute.match(Pair<Integer,Integer> p)
           
 Pair<Float,EditOperation> EditDistance.minGamma(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.nextCoordinates(Pair<Integer,Integer> p)
          return the next coordinates (when the operation is applied)
 Pair<Integer,Integer> EditOperation.Delete.nextCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Insert.nextCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Substitute.nextCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.previousCoordinates(Pair<Integer,Integer> p)
          return the previous coordinates (when the operation was applied)
 Pair<Integer,Integer> EditOperation.Delete.previousCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Insert.previousCoordinates(Pair<Integer,Integer> p)
           
 Pair<Integer,Integer> EditOperation.Substitute.previousCoordinates(Pair<Integer,Integer> p)
           
 

Uses of Pair in org.schwiebert.abl4j.select
 

Subclasses of Pair in org.schwiebert.abl4j.select
 class Phrase
          Helper class that represents a Phrase
 class Range
          Helper class that represents a Range
 

Methods in org.schwiebert.abl4j.select with parameters of type Pair
 int ProbabilityStore.getCount(Pair<ISentence,NonTerminal> phrase)
           
 


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert