weightsCov property

Matrix weightsCov

Implementation

Matrix get weightsCov => _weightsCov;
void weightsCov=(dynamic value)

Implementation

set weightsCov(value) {
  _weightsCov = value;
}