issues
search
braph-software
/
BRAPH-2
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.
http://braph.org
Other
34
stars
12
forks
source link
Unit-testing fix for NN elements
#1717
Closed
c-yuwei
closed
2 months ago
c-yuwei
commented
2 months ago
This PR addresses the unit-testing of the following elements:
test_NNClassifierMLP
test_NNClassifierMLP_CrossValidation
test_NNClassifierMLP_CrossValidationPF_ROC
test_NNClassifierMLP_Evaluator
test_NNClassifierMLP_EvaluatorPF_ROC
test_NNRegressorMLP_CrossValidation
test_NNRegressorMLP_CrossValidationPF_Scatter
test_NNRegressorMLP_EvaluatorPF_Scatter
test_NNDataPoint_Graph_CLA
test_NNDataPoint_Graph_REG
test_NNDataPoint_Measure_CLA
test_NNDataPoint_CON_CLA
test_NNDataPoint_CON_FUN_MP_CLA
test_NNDataPoint_CON_FUN_MP_REG
test_NNDataPoint_FUN_CLA
test_NNDataPoint_ST_CLA
test_NNDataPoint_ST_REG
test_NNDataPoint_ST_MM_CLA
test_NNDataPoint_ST_MM_REG
test_NNFeatureImportanceBrainSurface
test_NNFeatureImportanceBrainSurfacePF_Measure_NS
test_NNFeatureImportanceBrainSurfacePF_Measure_NU
test_NNFeatureImportanceBrainSurfacePF_x_xSPP_Layer
test_NNFeatureImportanceBrainSurfacePP_Data
test_NNFeatureImportanceBrainSurfacePP_Graph
test_NNFeatureImportanceBrainSurfacePP_Measure
This PR addresses the unit-testing of the following elements: