Gather properties of linear or generalized linear regression model
gathers all properties of the input linear or generalized linear model
gatheredMdl
= gather(mdl
)mdl
and returns the gathered model gatheredMdl
.
All properties of the output model are stored as regular arrays.
Use gather
to create a linear or generalized linear model with
properties stored as regular arrays from a model fitted using data stored as a GPU array.
For more details on GPU arrays, see gpuArray
(Parallel Computing Toolbox).
CompactGeneralizedLinearModel
| CompactLinearModel
| GeneralizedLinearModel
| LinearModel
| gather
(Parallel Computing Toolbox) | gpuArray
(Parallel Computing Toolbox)