- java.lang.Object
-
- com.pervasive.datarush.analytics.arm.MetadataHelper
-
public class MetadataHelper extends Object
Helper class for metadata needed by association models.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 settxnFieldName
- transaction identifier field nameitemFieldName
- item field name- Returns:
- PMML model specification
-
-