Uses of Class
netkit.classifiers.NetworkLearner

Packages that use NetworkLearner
netkit.classifiers   
netkit.classifiers.active   
 

Uses of NetworkLearner in netkit.classifiers
 

Methods in netkit.classifiers that return NetworkLearner
 NetworkLearner NetworkLearning.getLearner()
           
 

Methods in netkit.classifiers with parameters of type NetworkLearner
 void NetworkLearning.setLearner(NetworkLearner l)
           
 

Uses of NetworkLearner in netkit.classifiers.active
 

Methods in netkit.classifiers.active that return NetworkLearner
 NetworkLearner PickLabelStrategyImp.getNetworkLearner()
           
 

Methods in netkit.classifiers.active with parameters of type NetworkLearner
 void PickLabelStrategyImp.initialize(NetworkLearner nl, DataSplit split)
           
 void PickLabelStrategy.initialize(NetworkLearner nl, DataSplit split)
          Initialize the label strategy by providing a reference to the NetworkLeaner object that calls the strategy, thereby giving it access to all information it is likely to need.
 void GreedyTruth.initialize(NetworkLearner nl, DataSplit split)
           
 void GraphCentralityLabeling.initialize(NetworkLearner nl, DataSplit split)
           
 void ERMHybrid.initialize(NetworkLearner nl, DataSplit split)
           
 void EmpiricalRiskMinimizationHarmonic.initialize(NetworkLearner nl, DataSplit split)
           
 void ComparatorLabeler.initialize(NetworkLearner nl, DataSplit split)