Uses of Class
netkit.util.HistogramCategorical

Packages that use HistogramCategorical
netkit.graph   
 

Uses of HistogramCategorical in netkit.graph
 

Methods in netkit.graph that return HistogramCategorical
 HistogramCategorical Graph.getClassReferenceVector(AttributeCategorical sourceAttrib, int sourceAttribValue, AttributeCategorical destAttrib, java.util.List<EdgeType> path, boolean normalized)
          Gets a class reference vector for the supplied parameters; returns a histogram on the results.
 HistogramCategorical AttributeCategoricalMetaInfo.getClassReferenceVector(AttributeCategorical sourceAttrib, int sourceAttribValue, java.util.List<EdgeType> path, boolean normalized)
          Get the class reference vector from the graph for this attribute.
 HistogramCategorical Graph.getUnconditionalReferenceVector(AttributeCategorical destAttrib, java.util.List<EdgeType> path, boolean normalized)
          Gets an unconditional reference vector for the supplied parameters; returns a histogram on the results.
 HistogramCategorical AttributeCategoricalMetaInfo.getUnconditionalReferenceVector(java.util.List<EdgeType> path, boolean normalized)
          Get the unconditional reference vector from the graph for this attribute.