Uses of Class
netkit.util.Factory

Packages that use Factory
netkit.classifiers   
netkit.classifiers.aggregators   
 

Uses of Factory in netkit.classifiers
 

Fields in netkit.classifiers declared as Factory
static Factory<PickLabelStrategy> NetworkLearning.alstrategies
           
static Factory<EdgeCreator> NetworkLearning.edgecreators
           
static Factory<InferenceMethod> NetworkLearning.imethods
           
static Factory<Classifier> NetworkLearning.lclassifiers
           
static Factory<NetworkClassifier> NetworkLearning.rclassifiers
           
 

Uses of Factory in netkit.classifiers.aggregators
 

Subclasses of Factory in netkit.classifiers.aggregators
 class AggregatorFactory
          This Factory class is a singleton class which creates Aggregators.