ClusterAbstract
, ClusterWeight
public 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()
ClusterAbstract
makeCopy
in interface ClusterAbstract
public int pointCount()
ClusterAbstract
pointCount
in interface ClusterAbstract
public double value(BoxCluster box)
ClusterAbstract
value
in interface ClusterAbstract
public void setWeightCoefficients(double[] a)
public double[] getWeightCoefficients()
public void setTemperature(double temp)
setTemperature
in interface ClusterAbstract
public ClusterAbstractMultivalue getCluster()