Package com.tibco.patterns.learn.recpair
Management of datasets of record pairs, calculation of feature scores
for record pairs.
A number of record pairs can be grouped together in a RecPairSet dataset. A Training dataset and a Validation dataset can be grouped together as a RecPairExperiment.
If only the record keys are available, then a running instance of ibi Patterns server must be used to calculate feature scores for the record pairs. This is done by a RecPairScorer object, which uses RLinkServerInterface to communicate with the server.
-
Class Summary Class Description RecPairExample A training example constructed based on a pair of database records.RecPairExperiment Manages a training dataset and a validation dataset.RecPairId Stores a pair of keys.RecPairScorer Manages calculation of feature scores and communication with Patterns server.RecPairSet A container for storing a set of RecPairExample training examples.RLinkServerInterface Provides more convenient communication with the Patterns server in situations that are frequently used in record pair scoring for Learn.