edu.ucla.stat.SOCR.analyses.util.methods
Class CompleteLinkage
java.lang.Object
edu.ucla.stat.SOCR.analyses.util.methods.Method
edu.ucla.stat.SOCR.analyses.util.methods.CompleteLinkage
public class CompleteLinkage
- extends Method
MultiDendrograms
Complete Linkage 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 |
CompleteLinkage
public CompleteLinkage(Cluster ci,
Cluster cj,
MatriuDistancies md)
getAlfa_ij
protected double getAlfa_ij(Cluster i,
Cluster j)
- Specified by:
getAlfa_ij
in class Method
getBeta_ii
protected double getBeta_ii(Cluster i,
Cluster ii)
- Specified by:
getBeta_ii
in class Method
getBeta_jj
protected double getBeta_jj(Cluster j,
Cluster jj)
- Specified by:
getBeta_jj
in class Method
getGamma_ij
protected double getGamma_ij(Cluster i,
Cluster j)
- Specified by:
getGamma_ij
in class Method
CalculLinkage
protected double CalculLinkage()
throws java.lang.Exception
- Specified by:
CalculLinkage
in class Method
- Throws:
java.lang.Exception