Generate a 2 dimensional 2 class data set for multivariate normal distribution with 1000 examples for each class without using built in function mvnpdf where and plot the data set
조회 수: 2 (최근 30일)
이전 댓글 표시
Generate a 2 dimensional 2 class data set with 1000 examples for each class without using built in function mvnpdf where and plot the data set
μ_1=[1 2],μ_2=[3 5] and
Σ_1= [2 1
1 3], Σ_2= [1 -0.8
-0.8 3]
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Test Model Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!