ClusterAbstractpublic class ClusterMultiToSingle extends java.lang.Object implements ClusterAbstract
| Modifier and Type | Field | Description |
|---|---|---|
protected ClusterAbstractMultivalue |
cluster |
|
protected int |
m |
| Constructor | Description |
|---|---|
ClusterMultiToSingle(ClusterAbstractMultivalue cluster,
int m) |
| Modifier and Type | Method | Description |
|---|---|---|
ClusterAbstract |
makeCopy() |
Returns another instance of an identical cluster (shallow copy).
|
int |
pointCount() |
Number of points in the cluster.
|
void |
setTemperature(double temperature) |
|
double |
value(BoxCluster box) |
Value of this cluster for the given pairset at the specified reciprocal
temperature.
|
protected final ClusterAbstractMultivalue cluster
protected final int m
public ClusterMultiToSingle(ClusterAbstractMultivalue cluster, int m)
public ClusterAbstract makeCopy()
ClusterAbstractmakeCopy in interface ClusterAbstractpublic int pointCount()
ClusterAbstractpointCount in interface ClusterAbstractpublic double value(BoxCluster box)
ClusterAbstractvalue in interface ClusterAbstractpublic void setTemperature(double temperature)
setTemperature in interface ClusterAbstract