IM IBM InfoSphere Global Name Recognition, Version 4.2


ScoreInfo

A structure that contains the scores that are calculated by NameHunter during a comparison or search. For a search, ScoreInfo is part of the SearchResult structure.

Syntax

class ScoreInfo
(
 double name,
 double gn,
 double sn,
);

Description

name
The overall score combination of the given name and surname scores. In the case of organization names, the overall name score is reported. Given name and surname scores are reported as 0.0 for organization names.
gn
The score for the given name fields.
sn
The score for the surname fields.

  • ScoreInfo constructor

    ScoreInfo contains the score for each field in conjunction with extra pieces of name information.
Parent topic: NameHunter (LAS::NH class)



Feedback