Community Profile

photo

llueg


Last seen: 約2年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Why is variance high for high K value in this KNN code?
I agree more information on the data would be helpful. Also, since your data set is fairly small, you can probably do more than ...

4年以上 前 | 0

回答済み
Get ellipse function from datapoints
You can use Eigen decomposition to come up with the parameters for the ellipse. You then scale the size of the ellipse based on ...

4年以上 前 | 0

| 採用済み

回答済み
How to concatenate table variables with underscores in their name
You could use eval for this. Assuming your data in the table is numeric and you want a matrix as result: a = zeros(53,56); for...

4年以上 前 | 0