BRAPH 2.0 is a comprehensive software package for the analysis and visualization of brain connectivity data, offering flexible customization, rich visualization capabilities, and a platform for collaboration in neuroscience research.
This PR includes a brain atlas item in all NNEvaluator elements, such as NNClassifierMLP_Evaluator, NNClassifierMLP_CrossValidation, NNRegressorMLP_Evaluator, and NNRegressorMLP_CrossValidation.
The purpose of adding the brain atlas to NNEvaluator elements is for visualizing the feature importance on a brain surface, which will be implemented later.
Furthermore, this change impacts all NN Braph2 files.
Brain Atlas has nothing to do with neural network elements, so the solution here (in order to plot feature importance on the brain surface) is to create an element to do that
This PR includes a brain atlas item in all NNEvaluator elements, such as NNClassifierMLP_Evaluator, NNClassifierMLP_CrossValidation, NNRegressorMLP_Evaluator, and NNRegressorMLP_CrossValidation.
The purpose of adding the brain atlas to NNEvaluator elements is for visualizing the feature importance on a brain surface, which will be implemented later.
Furthermore, this change impacts all NN Braph2 files.