Uses of Class
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering.Clustering
Packages that use Clustering
Package
Description
-
Uses of Clustering 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 ClusteringMethods in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering that return ClusteringModifier and TypeMethodDescriptionprivate ClusteringComputeErrDegree.computeClustering(int modularityFunction, double resolution, long randomSeed, int nRandomStarts, int nIterations, ModularityAlgorithm algorithm) VOSClusteringTechnique.getClustering()Network.identifyComponents()static ClusteringMethods in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering with parameters of type ClusteringModifier and TypeMethodDescriptionComputeErrDegree.computeClusterToID(Clustering clustering) ComputeErrDegree.computeElementToCluster(Clustering clustering) Network.createReducedNetwork(Clustering clustering) Network.createSubnetwork(Clustering clustering, int cluster) private NetworkNetwork.createSubnetwork(Clustering clustering, int cluster, int[] node, int[] subnetworkNode, int[] subnetworkNeighbor, double[] subnetworkEdgeWeight) Network[]Network.createSubnetworks(Clustering clustering) voidClustering.mergeClusters(Clustering clustering) voidVOSClusteringTechnique.setClustering(Clustering clustering) Constructors in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering with parameters of type ClusteringModifierConstructorDescriptionVOSClusteringTechnique(Network network, Clustering clustering, double resolution)