UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

10 lines (9 loc) 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_SOFT_RULE_COEFFICIENT = void 0; /** * MAX_SOFT_RULE_COEFFICIENT is the max benifit coefficient for soft rule in advisor * correspondingly, * ( 1 / MAX_SOFT_RULE_COEFFICIENT )is the "max" penalty coefficient for soft rule in advisor * */ exports.MAX_SOFT_RULE_COEFFICIENT = 10;