Uses of Class
netkit.util.HistogramDiscrete

Packages that use HistogramDiscrete
netkit.classifiers.aggregators   
netkit.util   
 

Uses of HistogramDiscrete in netkit.classifiers.aggregators
 

Methods in netkit.classifiers.aggregators that return HistogramDiscrete
 HistogramDiscrete SharedNodeInfo.getHistogram(Node n)
          Get the histogram of observed values (of the neighbors of the source node) of the discrete attribute that is being aggregated over.
 

Uses of HistogramDiscrete in netkit.util
 

Methods in netkit.util that return HistogramDiscrete
 HistogramDiscrete GraphMetrics.getDegreeDistribution()
          Return the histogram of (unweighted) edge degrees for nodes in the graph.