Uses of Class
netkit.classifiers.aggregators.AggregatorFactory

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

Uses of AggregatorFactory in netkit.classifiers.aggregators
 

Methods in netkit.classifiers.aggregators that return AggregatorFactory
static AggregatorFactory AggregatorFactory.getInstance()
          Getter method to get the singleton AggregatorFactory class.
 

Uses of AggregatorFactory in netkit.classifiers.relational
 

Fields in netkit.classifiers.relational declared as AggregatorFactory
protected static AggregatorFactory NetworkClassifierImp.aggFactory
          Get the aggregator factory, which will be used to get the aggregators needed for the classifier.