Class MetadataHelper


  • public class MetadataHelper
    extends Object
    Helper class for metadata needed by association models.
    • Method Detail

      • createPMMLSpec

        public static PMMLModelSpec createPMMLSpec​(RecordTokenType inputType,
                                                   String txnFieldName,
                                                   String itemFieldName)
        Build the PMML model specification for an ARM model given the transaction field and item field names.
        Parameters:
        inputType - record type of input transaction data set
        txnFieldName - transaction identifier field name
        itemFieldName - item field name
        Returns:
        PMML model specification