Uses of Class
netkit.classifiers.aggregators.AggregatorByValueImp

Packages that use AggregatorByValueImp
netkit.classifiers.aggregators   
 

Uses of AggregatorByValueImp in netkit.classifiers.aggregators
 

Subclasses of AggregatorByValueImp in netkit.classifiers.aggregators
 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.