generating more data using given data (Unique rows/instances)
显示 更早的评论
I want to generate more rows/instances of my data for classification purposes. I have 12 features and 130 rows/instances, using that data, I want to generate 100 more unique rows (So total number of rows for that class goes around 230), is there any matlab function available for this? Also, what is the technical term for this type of problem?
回答(1 个)
Walter Roberson
2015-10-19
0 个投票
One method is to generate a co-variance matrix and use it to generate random positions based upon that.
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with MATLAB 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!