Uses of Class
netkit.classifiers.aggregators.AggregatorImp

Packages that use AggregatorImp
netkit.classifiers.aggregators   
 

Uses of AggregatorImp in netkit.classifiers.aggregators
 

Subclasses of AggregatorImp in netkit.classifiers.aggregators
 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 Max
          The Max aggregator returns the maximum value observed for a continuous attribute in the neighborhood of a node in the graph.
 class Mean
          The Mean aggregator returns the mean value observed for a continuous attribute in the neighborhood of a node in the graph.
 class Min
          The Min aggregator returns the minimum value observed for a continuous attribute in the neighborhood of a node in the graph.
 class Mode
          The Mode aggregator counts the number of times each possible value of a given attribute is observed in the neighborhood of a node in the graph and returns the value that is observed the most.
 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.