weightsCov property
Matrix
get
weightsCov
Implementation
Matrix get weightsCov => _weightsCov;
set
weightsCov
(dynamic value)
Implementation
set weightsCov(value) {
_weightsCov = value;
}