Class AllPairsIterator

  • All Implemented Interfaces:
    java.util.Iterator<Instance>

    public class AllPairsIterator
    extends NeighborIterator
    Iterate over all pairs of Instances.
    Since:
    1.0
    Version:
    1.0
    Author:
    "Aron Culotta"
    See Also:
    NeighborIterator
    • Constructor Detail

      • AllPairsIterator

        public AllPairsIterator​(Clustering clustering)
        Parameters:
        clustering - True Clustering.
    • Method Detail

      • hasNext

        public boolean hasNext()