Uses of Package
netkit.classifiers.aggregators

Packages that use netkit.classifiers.aggregators
netkit.classifiers.aggregators   
netkit.classifiers.relational   
 

Classes in netkit.classifiers.aggregators used by netkit.classifiers.aggregators
Aggregator
          The Aggregator interface provides for dynamic attribute fields within Attributes containers.
AggregatorByValue
          The AggregatorByValue extends a normal aggregator by aggregating on a specific given attribute value (e.g., how often did 'aquavit' appear in the aggregation neighborhood).
AggregatorByValueImp
          This should be the parent class for any AggregatorByValue class.
AggregatorFactory
          This Factory class is a singleton class which creates Aggregators.
AggregatorImp
          This should be the parent for any Aggregator class.
SharedNodeInfo
          The SharedNodeInfo class is used to cache aggregation statistics for a given node such that multiple aggregators can use the same statistics without having to calculate them more than once.
 

Classes in netkit.classifiers.aggregators used by netkit.classifiers.relational
Aggregator
          The Aggregator interface provides for dynamic attribute fields within Attributes containers.
AggregatorFactory
          This Factory class is a singleton class which creates Aggregators.