edu.ucla.stat.SOCR.analyses.util.methods
Class JointBetweenWithin
java.lang.Object
edu.ucla.stat.SOCR.analyses.util.methods.Method
edu.ucla.stat.SOCR.analyses.util.methods.JointBetweenWithin
public class JointBetweenWithin
- extends Method
MultiDendrograms
Joint Between-within 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 |
JointBetweenWithin
public JointBetweenWithin(Cluster ci,
Cluster cj,
MatriuDistancies md)
CalculLinkage
protected double CalculLinkage()
- Specified by:
CalculLinkage
in class Method
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