ML IALGO LINREG: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{TAGDEF|ML_IALGO_LINREG|[integer]|1}}
{{TAGDEF|ML_IALGO_LINREG|[integer]|1}}


Description: This tag determines how to solve the system of linear equations in the ridge regression method for machine learning.
Description: This tag determines with which algorithm to solve the system of linear equations in the ridge regression method for machine learning.
----
----



Revision as of 18:30, 12 October 2021

ML_IALGO_LINREG = [integer]
Default: ML_IALGO_LINREG = 1 

Description: This tag determines with which algorithm to solve the system of linear equations in the ridge regression method for machine learning.


The following options are available:

Related Tags and Sections

ML_LMLFF, ML_W1, ML_WTOTEN, ML_WTIFOR, ML_WTSIF, ML_ISTART

Examples that use this tag