weights,tskrrHeterogeneous-method {xnet} | R Documentation |
This function calculates the weight matrix for calculating the predictions of a tskrr model.
## S4 method for signature 'tskrrHeterogeneous'
weights(object)
## S4 method for signature 'tskrrHomogeneous'
weights(object)
object |
a |
The weight matrix is calculated from the map matrices through the
function eigen2map
.
a matrix with the weights for the tskrr model.
The package xnet
adds a S4 generic function
for weights
.