Uses of Class
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering.Network
Packages that use Network
Package
Description
-
Uses of Network in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering
Fields in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering declared as NetworkMethods in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering that return NetworkModifier and TypeMethodDescriptionNetwork.createNetworkWithoutEdgeWeights()Network.createNetworkWithoutNodeAndEdgeWeights()Network.createNetworkWithoutNodeWeights()Network.createNormalizedNetwork1()Network.createNormalizedNetwork2()Network.createPrunedNetwork(int nEdges) Network.createPrunedNetwork(int nEdges, Random random) Network.createReducedNetwork(Clustering clustering) Network.createSubnetwork(boolean[] nodeInSubnetwork) Network.createSubnetwork(int[] node) Network.createSubnetwork(Clustering clustering, int cluster) private NetworkNetwork.createSubnetwork(Clustering clustering, int cluster, int[] node, int[] subnetworkNode, int[] subnetworkNeighbor, double[] subnetworkEdgeWeight) Network.createSubnetworkLargestComponent()Network[]Network.createSubnetworks(Clustering clustering) private NetworkComputeErrDegree.getNetwork(int modularityFunction) Based on the uniformDirectedEdges attribute of the class, computes the internal representation (Network).VOSClusteringTechnique.getNetwork()static NetworkMethods in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering with parameters of type NetworkConstructors in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering with parameters of type NetworkModifierConstructorDescriptionVOSClusteringTechnique(Network network, double resolution) VOSClusteringTechnique(Network network, Clustering clustering, double resolution)