Gram class constructor. Several variants are provided for different types of input arguments.
gram = Gram()
gram = Gram(gramObj, optList)
| gramObj | - | Gram object |
| optList | - | list of NAME,VALUE option pairs |
gram = Gram(gramMatrices, optList)
| gramMatrices | - | Matrix of |
| optList | - | list of NAME,VALUE option pairs |
gram = Gram(gramFiles, optList)
| gramFiles | - | cell array of desired gram filenames. The files should be tab-delimited text with the first row containing column names and the first column containing row names. Other entries must be numeric. |
| optList | - | list of NAME,VALUE option pairs |
optList:
| 'Rows' | - | indices of rows to select |
| 'Cols' | - | indices of columns to select |
| 'Zero' | - | indices of rows/cols to zero |
| 'Append' | - | A
|