이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
The provided functions demonstrate a histogram-based measure for class separability, given the samples from two classes (binary classification problem). The proposed error classification estimation method is described in (B) and it is based on estimating the pdf of each class using histograms. The function that estimates the class seperability method is computeHistError(). Function theoreticalError() computes the theoretical error for two Gaussian distributed classes. Function testClassSeperability() calls the other two functions and displays the results for two Gaussian distributed functions. It has to be noted that computeHistError() can be used for any kind of class distribution, since it estimates the pdf of each class using the histogram method.
We can use computeHistError() in order to estimate the separabilty of a binary classification problem, given the training samples of the two classes.
-------------------------
Example
In order to execute the demo, call the testClassSeperability():
testClassSeperability(10000,1.0, 1.0, 3.0, 2.0, 1);
-------------------------------
Theodoros Giannakopoulos
http:/www.di.uoa.gr/~tyiannak
-------------------------------
인용 양식
Theodoros Giannakopoulos (2026). Histogram-based class separability measure (https://kr.mathworks.com/matlabcentral/fileexchange/18791-histogram-based-class-separability-measure), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
