MCPcopy Create free account

hub / github.com/SkalskiP/ILearnMachineLearning.js / functions

Functions135 in github.com/SkalskiP/ILearnMachineLearning.js

↓ 6 callersMethoddeg2rad
(angleDeg:number)
src/utils/UnitUtil.ts:3
↓ 5 callersMethodclearCanvas
(canvas:HTMLCanvasElement)
src/utils/DrawUtil.ts:9
↓ 4 callersMethodgetButtonStyle
()
src/components/mobileViews/HomeViewMobileComplement.tsx:79
↓ 4 callersMethodsetUpCanvas
()
src/components/modelViews/LineChart.tsx:38
↓ 3 callersMethodinitChart
()
src/components/modelViews/CircleChart.tsx:91
↓ 3 callersMethodtranslateByVector
(vector:IPoint)
src/utils/geometry/Rect.ts:25
↓ 2 callersMethodanimate
(duration)
src/components/modelViews/CircleChart.tsx:100
↓ 2 callersMethodboxIntersection
(a, b)
src/utils/YoloDataProcessingUtil.ts:110
↓ 2 callersMethodclientCoordinatesFromEvent
(event:any)
src/utils/MouseUtil.ts:5
↓ 2 callersMethoddrawCircle
(canvas:HTMLCanvasElement, anchorPoint:IPoint, radius:number, startAngleDeg:number, endAngleDeg:number, thickn
src/utils/DrawUtil.ts:60
↓ 2 callersMethoddrawLine
(canvas:HTMLCanvasElement, startPoint:IPoint, endPoint:IPoint, color:string = "#111111", thickness:number = 25
src/utils/DrawUtil.ts:14
↓ 2 callersMethoddrawRect
(canvas:HTMLCanvasElement, rect:IRect, color:string = "#fff", thickness:number = 1)
src/utils/DrawUtil.ts:27
↓ 2 callersMethodfillCanvasWithGradient
()
src/components/modelViews/LineChart.tsx:70
↓ 2 callersMethodgetCenterPoint
()
src/utils/geometry/Rect.ts:19
↓ 2 callersMethodgetLength
(point:IPoint)
src/utils/MathUtil.ts:18
↓ 2 callersMethodinitCirclePaths
()
src/components/modelViews/CircleChart.tsx:76
↓ 2 callersFunctionregisterValidSW
(swUrl: string)
src/registerServiceWorker.ts:59
↓ 2 callersMethodscale
(point:IPoint, factor:number)
src/utils/MathUtil.ts:14
↓ 2 callersFunctionsetFullScreenMode
(mode:FullScreenMode)
src/store/app/actions.ts:12
↓ 2 callersFunctionupdateModelPredictions
(predictions:number[])
src/store/mnist/actions.ts:4
↓ 1 callersMethodbounceOf
(minX:number, maxX:number, minY:number, maxY:number)
src/utils/geometry/AnimatiedCircle.ts:14
↓ 1 callersMethodboxIou
(a, b)
src/utils/YoloDataProcessingUtil.ts:124
↓ 1 callersMethodboxUnion
(a, b)
src/utils/YoloDataProcessingUtil.ts:119
↓ 1 callersMethodboxesToCorners
* Convert box predictions to bounding box corners * @param boxPosition * @param boxSize
src/utils/YoloDataProcessingUtil.ts:53
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl: string)
src/registerServiceWorker.ts:90
↓ 1 callersFunctionconfigureStore
( initialState: ApplicationState = initialApplicationState )
src/configureStore.ts:20
↓ 1 callersMethoddraw
()
src/components/modelViews/DrawingBoard.tsx:88
↓ 1 callersMethoddrawChart
(prediction:number[])
src/components/modelViews/LineChart.tsx:47
↓ 1 callersMethoddrawCircleWithGradient
(canvas:HTMLCanvasElement, anchorPoint:IPoint, radius:number, startAngleDeg:number, endAngleDeg:number, thickn
src/utils/DrawUtil.ts:73
↓ 1 callersMethoddrawFullCircle
(canvas:HTMLCanvasElement, anchorPoint:IPoint, radius:number, color:string = "#ffffff")
src/utils/DrawUtil.ts:48
↓ 1 callersMethoddrawPredRects
()
src/components/modelViews/ImageLoader.tsx:176
↓ 1 callersMethoddrawPredictionRect
(canvas:HTMLCanvasElement, prediction:IDetectedObject, thickness:number = 1, color:string = "#fff", textSize:n
src/utils/DrawUtil.ts:101
↓ 1 callersMethoddrawText
(canvas:HTMLCanvasElement, text:string, textSize:number, anchorPoint:IPoint, color:string = "#ffffff", bold:bo
src/utils/DrawUtil.ts:90
↓ 1 callersMethodfilterBoxes
(boxes, boxConfidence, boxClassProbs, threshold)
src/utils/YoloDataProcessingUtil.ts:128
↓ 1 callersMethodgenerateRandomAnimatedCircle
(maxXPosition:number, maxYPosition:number, maxSpeed:number= 1.5, radius:number = 4)
src/utils/ParticlesAnimationUtil.ts:5
↓ 1 callersMethodgenerateRandomAnimatedCircles
(quantity:number, maxXPosition:number, maxYPosition:number, maxSpeed:number= 1.5, radius:number = 4)
src/utils/ParticlesAnimationUtil.ts:13
↓ 1 callersFunctiongetClassName
()
src/components/modelViews/MnistView.tsx:17
↓ 1 callersFunctiongetContent
()
src/components/modelViews/MnistView.tsx:24
↓ 1 callersMethodgetDistance
(sourcePoint:IPoint, targetPoint:IPoint)
src/utils/MathUtil.ts:5
↓ 1 callersMethodgetImageDataAndScale
(canvas:HTMLCanvasElement, outputSize:ISize)
src/utils/DrawUtil.ts:118
↓ 1 callersFunctiongetMainToggleButtons
()
src/components/commonViews/TopBar.tsx:71
↓ 1 callersMethodgetMenuClassName
()
src/components/mobileViews/ToggledMenu.tsx:27
↓ 1 callersMethodgetRandomRGBColor
()
src/utils/DrawUtil.ts:127
↓ 1 callersFunctiongetSocialMediaToggleMenuButtons
()
src/components/commonViews/TopBar.tsx:59
↓ 1 callersFunctiongetTopBarButtons
(size:ISize)
src/components/commonViews/TopBar.tsx:47
↓ 1 callersFunctiongetTopBarClassName
()
src/components/commonViews/TopBar.tsx:123
↓ 1 callersFunctionhandleResize
()
src/index.tsx:18
↓ 1 callersFunctionisDeviceMobile
(isMobile:boolean)
src/index.tsx:16
↓ 1 callersMethodloadModel
()
src/components/modelViews/DrawingBoard.tsx:111
↓ 1 callersMethodloadModel
()
src/components/modelViews/ImageLoader.tsx:45
↓ 1 callersMethodnonMaxSuppression
(boxes, scores, iouThreshold)
src/utils/YoloDataProcessingUtil.ts:71
↓ 1 callersMethodnormalize
(vector:IPoint)
src/utils/MathUtil.ts:23
↓ 1 callersMethodpredict
(imageData: ImageData)
src/components/modelViews/DrawingBoard.tsx:115
↓ 1 callersMethodpredict
()
src/components/modelViews/ImageLoader.tsx:49
↓ 1 callersMethodrender
()
src/components/commonViews/Particles.tsx:133
↓ 1 callersFunctionsetDataConsumptionNotificationStatus
(status:boolean)
src/store/app/actions.ts:20
↓ 1 callersFunctionsetDeviceAsMobile
(status:boolean)
src/store/app/actions.ts:5
↓ 1 callersFunctionsetModelLoadingStatus
(status:boolean)
src/store/app/actions.ts:28
↓ 1 callersMethodsetNewPositionWhenOut
(minX:number, maxX:number, minY:number, maxY:number)
src/utils/geometry/AnimatiedCircle.ts:22
↓ 1 callersMethodshadeEverythingButRect
(canvas:HTMLCanvasElement, rect:IRect, color:string = "rgba(0, 0, 0, 0.7)")
src/utils/DrawUtil.ts:38
↓ 1 callersMethodsubtract
(sourcePoint:IPoint, targetPoint:IPoint)
src/utils/MathUtil.ts:10
↓ 1 callersMethodtoString
()
src/utils/geometry/Rect.ts:39
↓ 1 callersMethodupdate
()
src/utils/geometry/AnimatiedCircle.ts:29
↓ 1 callersMethodupdateMousePosition
(newMousePosition:IPoint)
src/components/modelViews/DrawingBoard.tsx:106
↓ 1 callersMethodyoloHead
* Convert data received from final layer to bounding box parameters * @param modelOutput - output of final convolutional layer * @param anch
src/utils/YoloDataProcessingUtil.ts:11
FunctionHomeViewComponent
(props:IProps)
src/components/commonViews/HomeView.tsx:12
FunctionImageButton
(props:Props)
src/components/commonViews/ImageButton.tsx:12
FunctionMnistViewComponent
(props:IProps)
src/components/modelViews/MnistView.tsx:15
FunctionObjectDetectionView
()
src/components/modelViews/ObjectDetectionView.tsx:5
FunctionPreetyBox
(props:IProps)
src/components/commonViews/PreetyBox.tsx:9
FunctionProjectTile
(props:IProps)
src/components/commonViews/ProjectTile.tsx:12
FunctionRootView
()
src/RootView.tsx:9
FunctionRoundedCornersBox
(props:IProps)
src/components/commonViews/RoundedCornersBox.tsx:9
FunctionSimpleButton
(props:IProps)
src/components/commonViews/SimpleButton.tsx:9
FunctionTextButton
(props:IProps)
src/components/commonViews/TextButton.tsx:13
FunctionToggledMenuButton
(props:IProps)
src/components/mobileViews/ToggledMenuButton.tsx:14
FunctionTopBarComponent
(props:IProps)
src/components/commonViews/TopBar.tsx:25
FunctionappReducer
( state: AppState = null, action: AppActions )
src/store/app/reducer.ts:7
MethodcomponentDidMount
()
src/components/commonViews/LoadingScreen.tsx:12
MethodcomponentDidMount
()
src/components/commonViews/Particles.tsx:23
MethodcomponentDidMount
()
src/components/commonViews/ProjectsList.tsx:30
MethodcomponentDidMount
()
src/components/modelViews/DrawingBoard.tsx:40
MethodcomponentDidMount
()
src/components/modelViews/ImageLoader.tsx:38
MethodcomponentDidMount
()
src/components/modelViews/CircleChart.tsx:39
MethodcomponentDidMount
()
src/components/modelViews/LineChart.tsx:28
MethodcomponentDidUpdate
()
src/components/modelViews/DrawingBoard.tsx:49
MethodcomponentDidUpdate
()
src/components/modelViews/CircleChart.tsx:50
MethodcomponentDidUpdate
()
src/components/modelViews/LineChart.tsx:34
MethodcomponentWillUnmount
()
src/components/commonViews/LoadingScreen.tsx:16
MethodcomponentWillUnmount
()
src/components/commonViews/Particles.tsx:37
MethodcomponentWillUnmount
()
src/components/commonViews/ProjectsList.tsx:36
MethodcomponentWillUnmount
()
src/components/modelViews/DrawingBoard.tsx:53
MethodcomponentWillUnmount
()
src/components/modelViews/CircleChart.tsx:46
Methodconstructor
(props)
src/components/mobileViews/ToggledMenu.tsx:16
Methodconstructor
(props)
src/components/commonViews/ProjectsList.tsx:23
Methodconstructor
(props: any)
src/components/modelViews/DrawingBoard.tsx:24
Methodconstructor
(props: any)
src/components/modelViews/ImageLoader.tsx:19
Methodconstructor
(props: any)
src/components/modelViews/CircleChart.tsx:34
Methodconstructor
(props: Props)
src/components/modelViews/LineChart.tsx:21
Methodconstructor
(x:number, y:number, radius:number, dx:number, dy:number)
src/utils/geometry/AnimatiedCircle.ts:8
next →1–100 of 135, ranked by callers