We have a social network graph that represents citation network. Each node contains information about the author’s paper, title and topic, …,etc. If an author references another paper, an edge is existed.
My question is, could we classify this kind of graphs with normal classification algorithm ( i.e. Bayesian Classification, Decision Tree Induction, k-Nearest-Neighbor Classifiers, SVM, …, etc) or should we add more information to the graph.