edu.ucla.stat.SOCR.analyses.util.methods
Class UnweightedCentroid
java.lang.Object
   edu.ucla.stat.SOCR.analyses.util.methods.Method
edu.ucla.stat.SOCR.analyses.util.methods.Method
       edu.ucla.stat.SOCR.analyses.util.methods.UnweightedCentroid
edu.ucla.stat.SOCR.analyses.util.methods.UnweightedCentroid
- public class UnweightedCentroid 
- extends Method
 MultiDendrograms
 
 Unweighted Centroid clustering algorithm
- Since:
- JDK 6.0
- Author:
- Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UnweightedCentroid
public UnweightedCentroid(Cluster ci,
                          Cluster cj,
                          MatriuDistancies md)
CalculLinkage
protected double CalculLinkage()
- 
- Specified by:
- CalculLinkagein class- Method
 
- 
 
getAlfa_ij
protected double getAlfa_ij(Cluster i,
                            Cluster j)
- 
- Specified by:
- getAlfa_ijin class- Method
 
- 
 
getBeta_ii
protected double getBeta_ii(Cluster i,
                            Cluster ii)
- 
- Specified by:
- getBeta_iiin class- Method
 
- 
 
getBeta_jj
protected double getBeta_jj(Cluster j,
                            Cluster jj)
- 
- Specified by:
- getBeta_jjin class- Method
 
- 
 
getGamma_ij
protected double getGamma_ij(Cluster i,
                             Cluster j)
- 
- Specified by:
- getGamma_ijin class- Method
 
-