Skip to content

d-pac/benchmarked-comparative-selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarked comparative selection algorithm plugin for d-pac platform

NPM version Build Status Dependency Status

See d-pac.plugin specifications for more information

Description

This algorithm selects two elements out of an array of representations

Install

$ npm install --save benchmarked-comparative-selection

Usage

var bcs = require('benchmarked-comparative-selection');
const selected = bcs.select( {
  representations: representations,
  comparisons: comparisons,
  assessment: assessment,
  assessor: assessorId
} );

Development

Testing

$ npm test

Linting

$ npm run lint

License

GPL v3 © d-pac