fr.inrialpes.exmo.align.impl.aggr
Class ConsensusAggregator.CountCell
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
occ
private int occ
number
private double number
ConsensusAggregator.CountCell
public ConsensusAggregator.CountCell()
ConsensusAggregator.CountCell
public ConsensusAggregator.CountCell(double i,
int j)
incr
public void incr(double d)
getValue
public double getValue()
getOccurences
public int getOccurences()
(C) INRIA & friends, 2003-${curryear}