Uses of Class
cc.mallet.types.ChainedInstanceIterator

Packages that use ChainedInstanceIterator
cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. 
 

Uses of ChainedInstanceIterator in cc.mallet.types
 

Constructors in cc.mallet.types with parameters of type ChainedInstanceIterator
ChainedInstanceIterator(java.util.Iterator<Instance> source, ChainedInstanceIterator target)
          Deprecated. Both source and target may be null.