java.lang.Object
com.pervasive.datarush.analytics.arm.MetadataHelper
Helper class for metadata needed by association models.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PMMLModelSpeccreatePMMLSpec(RecordTokenType inputType, String txnFieldName, String itemFieldName) Build the PMML model specification for an ARM model given the transaction field and item field names.
-
Method Details
-
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 settxnFieldName- transaction identifier field nameitemFieldName- item field name- Returns:
- PMML model specification
-