olehmberg / winter

WInte.r is a Java framework for end-to-end data integration. The WInte.r framework implements well-known methods for data pre-processing, schema matching, identity resolution, data fusion, and result evaluation.
Apache License 2.0
109 stars 32 forks source link

Instanciation of DataFusionEvaluator with RecordGroupFactory #13

Closed RobertMeusel closed 6 years ago

RobertMeusel commented 6 years ago

Would be good if its possible to instanciate the DataFusionEvaluator without a RecordGroupFactory. If null is given, the evaluation breaks. Either checking for null or internal initiate on your internally with new RecordGroupFactory.