datapilot-cli
Version:
Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform
10 lines • 634 B
JavaScript
;
/**
* Intelligent Algorithm Selection Engine - Module Exports
* Advanced algorithm selection based on dataset characteristics and business requirements
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntelligentAlgorithmSelectionAnalyzer = void 0;
var intelligent_algorithm_selection_analyzer_1 = require("./intelligent-algorithm-selection-analyzer");
Object.defineProperty(exports, "IntelligentAlgorithmSelectionAnalyzer", { enumerable: true, get: function () { return intelligent_algorithm_selection_analyzer_1.IntelligentAlgorithmSelectionAnalyzer; } });
//# sourceMappingURL=index.js.map