MCPcopy Create free account

hub / github.com/JusperLee/Speech-Separation-Paper-Tutorial / functions

Functions36 in github.com/JusperLee/Speech-Separation-Paper-Tutorial

↓ 12 callersFunctionparsePerformanceValue
(value: string)
src/utils/csvParser.ts:58
↓ 2 callersFunctionfilterModels
( models: ProcessedModelData[], filters: { type?: string; networkStructure?: string; separatio
src/utils/csvParser.ts:216
↓ 2 callersFunctiongroupModelsByYear
(models: ProcessedModelData[])
src/utils/csvParser.ts:201
↓ 2 callersFunctionhasPerformanceData
(model: ProcessedModelData, dataset: string)
src/utils/csvParser.ts:305
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 1 callersFunctiongetActiveFilterCount
()
src/components/FilterBar.tsx:43
↓ 1 callersFunctiongetCardTheme
(model: ProcessedModelData)
src/components/Timeline.tsx:35
↓ 1 callersFunctiongetCategories
(models: ProcessedModelData[])
src/utils/csvParser.ts:174
↓ 1 callersFunctiongetPerformanceData
()
src/components/ModelDetailModal.tsx:25
↓ 1 callersFunctiongetPerformanceStats
(models: ProcessedModelData[])
src/utils/csvParser.ts:267
↓ 1 callersFunctiongetPerformanceSummary
(model: ProcessedModelData)
src/components/Timeline.tsx:18
↓ 1 callersFunctionhandleResize
()
src/components/FilterBar.tsx:49
↓ 1 callersFunctionloadData
()
src/hooks/useModelData.ts:42
↓ 1 callersFunctionparseCSVData
(csvContent: string)
src/utils/csvParser.ts:84
↓ 1 callersFunctionparseCSVLine
(line: string)
src/utils/csvParser.ts:151
↓ 1 callersFunctionparseParams
(value: string)
src/utils/csvParser.ts:69
↓ 1 callersFunctionparseYear
(value: string)
src/utils/csvParser.ts:78
↓ 1 callersFunctionprepareChartData
()
src/components/PerformanceChart.tsx:22
↓ 1 callersFunctionrenderChart
()
src/components/PerformanceChart.tsx:118
↓ 1 callersFunctionuseModelData
()
src/hooks/useModelData.ts:27
FunctionCustomTooltip
({ active, payload, label }: any)
src/components/PerformanceChart.tsx:81
FunctionEmpty
()
src/components/Empty.tsx:4
FunctionFilterBar
({ models, filters, onFiltersChange })
src/components/FilterBar.tsx:18
FunctionHome
()
src/pages/Home.tsx:1
FunctionModelDetailModal
({ model, isOpen, onClose })
src/components/ModelDetailModal.tsx:11
FunctionPerformanceChart
({ models })
src/components/PerformanceChart.tsx:14
FunctionTimeline
({ models, groupedByYear, onModelClick })
src/components/Timeline.tsx:11
FunctionclearAllFilters
()
src/components/FilterBar.tsx:28
FunctionfilterModelsFn
(filters: { type?: string; networkStructure?: string; separationModel?: string; learningMethod
src/hooks/useModelData.ts:78
FunctiongetModelsWithPerformance
(models: ProcessedModelData[], dataset: string)
src/utils/csvParser.ts:321
FunctionhandleBackdropClick
(e: React.MouseEvent)
src/components/ModelDetailModal.tsx:54
FunctionhandleCloseModal
()
src/App.tsx:37
FunctionhandleFilterChange
(newFilters: typeof filters)
src/App.tsx:28
FunctionhandleModelClick
(model: ProcessedModelData)
src/App.tsx:32
FunctiontoggleTheme
()
src/hooks/useTheme.ts:20
FunctionuseTheme
()
src/hooks/useTheme.ts:5