be.ac.ulg.montefiore.run.jahmm
Class OpdfIntegerFactory

java.lang.Object
  extended by be.ac.ulg.montefiore.run.jahmm.OpdfIntegerFactory
All Implemented Interfaces:
OpdfFactory<OpdfInteger>

public class OpdfIntegerFactory
extends java.lang.Object
implements OpdfFactory<OpdfInteger>

This class can build OpdfInteger observation probability functions.


Constructor Summary
OpdfIntegerFactory(int nbEntries)
          Creates a factory for OpdfInteger objects.
 
Method Summary
 OpdfInteger factor()
          Generates a new observation probability distribution function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpdfIntegerFactory

public OpdfIntegerFactory(int nbEntries)
Creates a factory for OpdfInteger objects.

Parameters:
nbEntries - The number of entries of the returned distribution.
Method Detail

factor

public OpdfInteger factor()
Description copied from interface: OpdfFactory
Generates a new observation probability distribution function.

Specified by:
factor in interface OpdfFactory<OpdfInteger>
Returns:
The new opdf.


Copyright © 2004,2005 Jean-Marc François.