medusa.georgios.ClusteringAlgorithms
Class Affinity_Propagation_Cluster
- java.lang.Object
-
- medusa.georgios.ClusteringAlgorithms.Affinity_Propagation_Cluster
-
public class Affinity_Propagation_Cluster extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description Color3fcluster_colorintcluster_idintindex_of_the_exemplar_of_this_clusterjava.util.ArrayList<java.lang.Integer>Indexes_Of_Nodes_In_the_clusterjava.lang.Stringname_of_the_exemplar_of_this_clusterjava.util.ArrayList<java.lang.String>Names_Of_Nodes_In_the_clusterintnumber_of_elements
-
Constructor Summary
Constructors Constructor and Description Affinity_Propagation_Cluster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringshowInformation_about_cluster()
-
-
-
Field Detail
-
cluster_id
public int cluster_id
-
number_of_elements
public int number_of_elements
-
index_of_the_exemplar_of_this_cluster
public int index_of_the_exemplar_of_this_cluster
-
name_of_the_exemplar_of_this_cluster
public java.lang.String name_of_the_exemplar_of_this_cluster
-
Indexes_Of_Nodes_In_the_cluster
public java.util.ArrayList<java.lang.Integer> Indexes_Of_Nodes_In_the_cluster
-
Names_Of_Nodes_In_the_cluster
public java.util.ArrayList<java.lang.String> Names_Of_Nodes_In_the_cluster
-
cluster_color
public Color3f cluster_color
-
-
DMelt 3.0 © DataMelt by jWork.ORG