Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.46 KB

FirstLastNameCasteOut.md

File metadata and controls

22 lines (16 loc) · 1.46 KB

FirstLastNameCasteOut

Properties

Name Type Description Notes
script String [optional] [default to nothing]
id String [optional] [default to nothing]
explanation String [optional] [default to nothing]
firstName String The first name (also known as given name) [optional] [default to nothing]
lastName String The last name (also known as family name, or surname) [optional] [default to nothing]
caste String Most likely caste [optional] [default to nothing]
casteAlt String Second best alternative : caste [optional] [default to nothing]
casteTop Vector{String} List caste(top 10) [optional] [default to nothing]
score Float64 Compatibility to NamSor_v1 Origin score value. Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional] [default to nothing]
probabilityCalibrated Float64 The calibrated probability for caste to have been guessed correctly. -1 = still calibrating. [optional] [default to nothing]
probabilityAltCalibrated Float64 The calibrated probability for caste OR casteAlt to have been guessed correctly. -1 = still calibrating. [optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]