Feature Ranking for SimBiology

버전 1.0.2 (283 KB) 작성자: Florian Augustin
Rank importance of parameters in a SimBiology model for parameter estimation.
다운로드 수: 22
업데이트 날짜: 2023/2/17

라이선스 보기

Feature Ranking
Copyright 2023 The MathWorks, Inc.
Rank importance of parameters in a SimBiology model for parameter estimation. FeatureRanking computes
  • MRMR (minimum redundancy maximum relevance, [1])
  • NCA (neighborhood component analysis, [2])
  • F-TEST based feature ranking.
The ranking scores are computed from parameter samples and associated model simulations. The parameter samples are generated using a SimBiology.Scenarios object, the associated model simulations are computed using a SimBiology.SimFunction.Getting Started
Read and run driver.mlx for more details for how to use compute and plot ranking scores.
Help
After installing this MATLAB Add-On, you can also type
>> help FeatureSelection
>> help FeatureSelection.histogram
in the MATLAB Command Window to get instructions for of how to use FeatureSelection.
Requirements
This feature is supported in MATLAB® versions R2022a and later. Required products are SimBiology® and Statistics And Machine Learning Toolbox™.
References
[1] Ding C. and Peng H., Minimum redundancy feature selection from microarray gene expression data. Journal of Bioinformatics and Computer Biology 2005; 3(2):185–205.
[2] Yang W., Wang K. and Zuo. W., Neighborhood component feature selection for high-dimensional data. Journal of Computers 2012; 7(1):161-168.

인용 양식

Florian Augustin (2024). Feature Ranking for SimBiology (https://www.mathworks.com/matlabcentral/fileexchange/124755-feature-ranking-for-simbiology), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
R2022a 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
커뮤니티
 SimBiology 커뮤니티에 더 많은 파일이 있습니다

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Use 'results' instead of 'ranking' as out variable name in the example.

1.0.1

Fix: remove empty axes in histogram plots when reducing the number of plotted parameters via the NumParameters name-value argument.

1.0