Uses of Interface
netkit.classifiers.aggregators.AggregatorByValue

Packages that use AggregatorByValue
netkit.classifiers.aggregators   
 

Uses of AggregatorByValue in netkit.classifiers.aggregators
 

Classes in netkit.classifiers.aggregators that implement AggregatorByValue
 class AggregatorByValueImp
          This should be the parent class for any AggregatorByValue class.
 class Count
          The Count aggregator counts the number of times a specific value of a given attribute is observed in the neighborhood of a node in the graph.
 class Exist
          The Exist aggregator returns whether a specific value of a given attribute is observed in the neighborhood of a node in the graph.
 class Ratio
          The Ratio aggregator counts the ratio of times a specific value of a given attribute is observed in the neighborhood of a node in the graph.