public interface CovarianceSetManager
Modifier and Type | Method and Description |
---|---|
void |
setComplete(String name,
boolean complete)
Mark the named covariance object as complete or
incomplete
|
void |
setCovarianceCellValue(String name,
int row,
int column,
double value)
Set the value of the specified cell in the named covariance matrix
|
void |
setLearParameters(String name,
double rho,
double delta)
Update the values of the Lear parameters in the named covariance object
|
void |
setStandardDeviationValue(String name,
int index,
double value)
Set the value of the specified standard deviation in the named covariance matrix
|
void |
setType(String name,
CovarianceTypeEnum type)
Reset the type in the named covariance object
|
void setComplete(String name, boolean complete)
void setType(String name, CovarianceTypeEnum type)
name
- type
- void setLearParameters(String name, double rho, double delta)
name
- rho
- delta
- void setCovarianceCellValue(String name, int row, int column, double value)
name
- row
- column
- value
- void setStandardDeviationValue(String name, int index, double value)
name
- index
- value
- University of Colorado Denver, Department of Biostatistics and Informatics