Alignment API and Server 4.1.${version.update}

fr.inrialpes.exmo.align.impl.aggr
Class ConsensusAggregator.CountCell

java.lang.Object
  extended by fr.inrialpes.exmo.align.impl.aggr.ConsensusAggregator.CountCell
Enclosing class:
ConsensusAggregator

private class ConsensusAggregator.CountCell
extends Object


Field Summary
private  double number
           
private  int occ
           
 
Constructor Summary
ConsensusAggregator.CountCell()
           
ConsensusAggregator.CountCell(double i, int j)
           
 
Method Summary
 int getOccurences()
           
 double getValue()
           
 void incr(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

occ

private int occ

number

private double number
Constructor Detail

ConsensusAggregator.CountCell

public ConsensusAggregator.CountCell()

ConsensusAggregator.CountCell

public ConsensusAggregator.CountCell(double i,
                                     int j)
Method Detail

incr

public void incr(double d)

getValue

public double getValue()

getOccurences

public int getOccurences()

Alignment API and Server 4.1.${version.update}

(C) INRIA & friends, 2003-${curryear}