public class ParameterValuePair extends java.lang.Object implements java.lang.Comparable, Displayable
| Modifier and Type | Field and Description |
|---|---|
DblParamSet |
ParamSet |
DblMatrix |
Value |
| Constructor and Description |
|---|
ParameterValuePair(DblParamSet P,
DblMatrix X) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object X)
Compare one parametervaluepair to another.
|
ParameterValuePair |
copy()
Make a deep copy of the parameter value pair.
|
void |
show()
Show the values of the parameter value pair.
|
void |
show(java.lang.String str)
Show the values of the parameter value pair labeling with an input String.
|
public DblParamSet ParamSet
public DblMatrix Value
public ParameterValuePair(DblParamSet P, DblMatrix X)
public int compareTo(java.lang.Object X)
compareTo in interface java.lang.Comparablepublic ParameterValuePair copy()
public void show()
show in interface Displayablepublic void show(java.lang.String str)
show in interface DisplayableCopyright © 2011, 2013. Daniel P. Dougherty