ClusterAbstractpublic class ClusterDifference extends java.lang.Object implements ClusterAbstract
| Modifier and Type | Field | Description |
|---|---|---|
protected ClusterAbstract |
clusterAdd |
|
protected ClusterAbstract[] |
clusterSubtract |
| Constructor | Description |
|---|---|
ClusterDifference(ClusterAbstract fullTargetCluster,
ClusterAbstract[] targetSubtract) |
| 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 ClusterAbstract clusterAdd
protected final ClusterAbstract[] clusterSubtract
public ClusterDifference(ClusterAbstract fullTargetCluster, ClusterAbstract[] targetSubtract)
public double value(BoxCluster box)
ClusterAbstractvalue in interface ClusterAbstractpublic void setTemperature(double temperature)
setTemperature in interface ClusterAbstractpublic int pointCount()
ClusterAbstractpointCount in interface ClusterAbstractpublic ClusterAbstract makeCopy()
ClusterAbstractmakeCopy in interface ClusterAbstract