Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Static Public Attributes | List of all members
RulesOrderId Class Reference

Available sort order options for resulting association rules. More...

Class Constructor

RulesOrderId ( int  value)

Constructs the sort order object identifier using the provided value

Parameters
valueValue corresponding to the sort order object identifier

Static Public Attributes

static final RulesOrderId rulesUnsorted = new RulesOrderId(RulesUnsorted)
 
static final RulesOrderId rulesSortedByConfidence = new RulesOrderId(RulesSortedByConfidence)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the sort order object identifier

Returns
Value corresponding to the sort order object identifier

Member Data Documentation

final RulesOrderId rulesSortedByConfidence = new RulesOrderId(RulesSortedByConfidence)
static

Sorted by confidence

final RulesOrderId rulesUnsorted = new RulesOrderId(RulesUnsorted)
static

Unsorted


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.