/**
 * Intelligent Algorithm Selection Engine - Module Exports
 * Advanced algorithm selection based on dataset characteristics and business requirements
 */
export { IntelligentAlgorithmSelectionAnalyzer } from './intelligent-algorithm-selection-analyzer';
export type { AlgorithmSelectionProfile, AlgorithmSelectionConfig, EnhancedAlgorithmRecommendation, AlgorithmSelectionReasoning, PerformancePrediction, AlgorithmRiskAssessment, EnsembleRecommendation, HyperparameterOptimizationGuidance, ImplementationStrategy, SelectionMetadata, SelectionProgress, SelectionWarning, SelectionError, AlgorithmFamily, AdvancedAlgorithmCategory, ModelComplexity, InterpretabilityLevel, ScoringBreakdown, DatasetFitAnalysis, PerformanceEstimate, ComputationalRequirements, ImplementationDetails, BusinessAlignment, } from './types';
//# sourceMappingURL=index.d.ts.map