ClusterAbstract, ClusterWeightpublic class ClusterMultivalueUmbrella extends java.lang.Object implements ClusterWeight
ClusterWeight.Factory| Constructor | Description |
|---|---|
ClusterMultivalueUmbrella(ClusterAbstractMultivalue cluster) |
Contructs an umbrella cluster that wraps a multi-value cluster
|
| Modifier and Type | Method | Description |
|---|---|---|
ClusterAbstractMultivalue |
getCluster() |
|
double[] |
getWeightCoefficients() |
|
ClusterAbstract |
makeCopy() |
Returns another instance of an identical cluster (shallow copy).
|
int |
pointCount() |
Number of points in the cluster.
|
void |
setTemperature(double temp) |
|
void |
setWeightCoefficients(double[] a) |
|
double |
value(BoxCluster box) |
Value of this cluster for the given pairset at the specified reciprocal
temperature.
|
public ClusterMultivalueUmbrella(ClusterAbstractMultivalue cluster)
public ClusterAbstract makeCopy()
ClusterAbstractmakeCopy in interface ClusterAbstractpublic int pointCount()
ClusterAbstractpointCount in interface ClusterAbstractpublic double value(BoxCluster box)
ClusterAbstractvalue in interface ClusterAbstractpublic void setWeightCoefficients(double[] a)
public double[] getWeightCoefficients()
public void setTemperature(double temp)
setTemperature in interface ClusterAbstractpublic ClusterAbstractMultivalue getCluster()