CodingTrain / CodingTrain/Toy-Neural-Network-JS
Issue with the from array method of the matrix object
オープン
- 主要言語
- JavaScript
- スター
- 437
- フォーク
- 242
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The matrix object is meant to return the value of arr[i] else it will return undefined
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Locate the matrix object's from-array method in the repository and inspect how it handles arr[i] values and missing indexes. Reproduce the reported behavior with an array containing an out-of-range index, then add or update coverage so the method returns arr[i] when present and undefined otherwise.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- machine-learning
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100