generating more data using given data (Unique rows/instances)
조회 수: 1 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 10월 19일
One method is to generate a co-variance matrix and use it to generate random positions based upon that.
참고 항목
카테고리
Help Center 및 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!