Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/02/07 13:26:07 (1 year ago)
Author:
scentel
Message:

* Added new parameters to the configuration for weight scaling
* Updated documentation for the new weight scaling parameters
* Refactored CharDelimFileAnalyzer, DataBaseAnalyzer and DataSourceAnalyzer classes
* A new object called AnalysisObject to be used in CharDelimFileAnalyzer
* Implemented reset method for CharDelimFileReader
* Added new methods to LinkDBManager for weight scaling
* Added methods to store/get the unique number of non null tokens in a DataColumn
* Added methods for weight scaling to LinkDataSource
* Modified getScaleWeightColumnNames in MatchingConfig to use included columns
* Added scale weight parameters to MatchingConfigRow
* Modified XMLTranslator to set null and non null count, and parse the new configuration file with weight scaling parameters

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/patientmatching/doc/link_config.xml

    r1951 r1959  
    2929                        <TAgreement>0.9</TAgreement> 
    3030                        <NonAgreement>0.1</NonAgreement> 
    31                         <ScaleWeight>null</ScaleWeight> 
     31                        <ScaleWeight lookup="TopN" N="10.0">true</ScaleWeight> 
    3232                        <Algorithm>Exact Match</Algorithm> 
    3333                </row>