Uses of Interface
netkit.graph.edgecreator.EdgeCreator

Packages that use EdgeCreator
netkit.classifiers   
netkit.graph.edgecreator   
netkit.util   
 

Uses of EdgeCreator in netkit.classifiers
 

Fields in netkit.classifiers with type parameters of type EdgeCreator
static Factory<EdgeCreator> NetworkLearning.edgecreators
           
 

Methods in netkit.classifiers that return EdgeCreator
 EdgeCreator[] NetworkLearning.getEdgeCreators()
           
 

Methods in netkit.classifiers with parameters of type EdgeCreator
 void NetworkLearning.augmentGraph(DataSplit split, GraphView gv, EdgeCreator[] ecs)
           
 

Uses of EdgeCreator in netkit.graph.edgecreator
 

Classes in netkit.graph.edgecreator that implement EdgeCreator
 class BaseCategoricalEdgeCreator
           
 class BaseNumericEdgeCreator
           
 class BayesCategoricalEdgeCreator
           
 class CosineDistanceEdgeCreator
           
 class EdgeCreatorImp
           
 class EuclideanDistanceEdgeCreator
           
 class GaussianNumericEdgeCreator
           
 class MahalanobisDistanceEdgeCreator
           
 class NormalizedNumericEdgeCreator
           
 

Uses of EdgeCreator in netkit.util
 

Methods in netkit.util with parameters of type EdgeCreator
 void GraphView.enhanceGraphWithAttributeEdges(java.lang.String nodeType, EdgeCreator[] edgeCreators, java.util.Map<EdgeType,java.lang.Double> weightsByEdgeType, boolean mergeEdges)