datatable.models.LinearModel.double_precision¶
double_precision
An option to indicate whether double precision, i.e. float64,
or single precision, i.e. float32, arithmetic should be
used for computations. This option is read-only and can only be set
during the LinearModel object construction.
Parameters¶
return
boolCurrent double_precision value.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.