Class WeightedChoice.ItemPair

java.lang.Object
edu.uci.ics.jung.algorithms.util.WeightedChoice.ItemPair
Enclosing class:
WeightedChoice<T>

private class WeightedChoice.ItemPair extends Object
Manages light object/heavy object/light conditional probability tuples.
  • Field Details

    • light

      T light
    • heavy

      T heavy
    • weight

      double weight
  • Constructor Details

    • ItemPair

      private ItemPair(T light, T heavy, double weight)
  • Method Details