Skip to content
#

libsvm

Here are 76 public repositories matching this topic...

JasonShin
JasonShin commented May 11, 2019

Context:
While trying to cover tests for WASM loaded SVM's predict, I've encountered an issue of incorrect prediction results between running a test by itself vs running tests in-band.

Problematic test:

it('should predict bodyfat scale dataset using C_SVC and LINEAR', () => {
      const rawData = fs.readFileSync(path.join(__dirname, '../samples/bodyfat_scale.txt'), 'utf-8');
    

Improve this page

Add a description, image, and links to the libsvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libsvm topic, visit your repo's landing page and select "manage topics."

Learn more