smbinning.scoring.sql {smbinning} | R Documentation |
Generation of SQL Code After Scaled Model
Description
After applying smbinning.scaling
to the model, smbinning.scoring.sql
generates a SQL code
that creates and updates all variables present in the scaled model. Example shown on smbinning.scaling
section.
Usage
smbinning.scoring.sql(smbscaled)
Arguments
smbscaled |
Object generated using |
Value
The command smbinning.scoring.sql
generates a SQL code to implement the model the model in SQL.
[Package smbinning version 0.9 Index]