Closed Quernest closed 5 years ago
https://github.com/seracio/kohonen/blob/6eaf97580c5a97bb32c0ebfbff72d71acbac644c/src/Kohonen.ts#L4
Replace this line to import { PCA } from 'ml-pca'; please. mljs/pca uses named export
import { PCA } from 'ml-pca';
https://github.com/seracio/kohonen/blob/6eaf97580c5a97bb32c0ebfbff72d71acbac644c/src/Kohonen.ts#L4
Replace this line to
import { PCA } from 'ml-pca';
please. mljs/pca uses named export