UNPKG

clustering-tfjs

Version:

High-performance TypeScript clustering algorithms (K-Means, Spectral, Agglomerative) with TensorFlow.js acceleration and scikit-learn compatibility

8 lines 309 B
/** * Node.js-specific TensorFlow.js loader * * This module attempts to load the best available TensorFlow.js backend * for Node.js environments, with automatic fallback. */ export declare function loadTensorFlow(): Promise<typeof import("@tensorflow/tfjs")>; //# sourceMappingURL=tf-loader.node.d.ts.map