Uses of Class
cc.mallet.grmm.types.BitVarSet

Packages that use BitVarSet
cc.mallet.grmm.types   
 

Uses of BitVarSet in cc.mallet.grmm.types
 

Methods in cc.mallet.grmm.types with parameters of type BitVarSet
 boolean BitVarSet.containsAll(BitVarSet bsc)
          Efficient version of containsAll() for BitSetCliques.
 int BitVarSet.intersectionSize(BitVarSet bsc)
          Returns the number of variables in the intersection between this clique and other.