"if not os.path.exists('Dataframes/GLCM_ML/' + metodo):\n", " os.makedirs('Dataframes/GLCM_ML/' + metodo)\n", " matriz = confusion_matrix(y_test.argmax(axis=1),y_pred ...
https://scikit-image.org/docs/dev/auto_examples/features_detection/plot_glcm.html skimage.feature.greycomatrix(image, distances, angles, levels=None, symmetric=False ...