id	author	title	date	pages	extension	mime	words	sentence	flesch	summary	cache	txt
cana-5767	S. Usha, D.Senthilkumar	Exploring the Essential Spectrum Extensions of Weyl's Theorem and Their Applications in Machine Learning	2025	7	.pdf	application/pdf	2080	123	41	# Compute the adjacency matrix of the graph adj_matrix = nx.to_numpy_array(graph) # Apply spectral clustering to the original adjacency matrix sc = SpectralClustering(n_clusters=n_clusters, affinity='precomputed', random_state=42) labels_original = sc.fit_predict(adj_matrix) # No. 1 (2025) 562 https://internationalpubls.com # Apply spectral clustering to the perturbed adjacency matrix labels_perturbed = sc.fit_predict(adj_matrix_perturbed) #	cache/cana-5767.pdf	txt/cana-5767.txt
