TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
emma johnson
NA
16
8.8k
Creating adjacency matrix
Apr 26 2013 5:12 AM
Hi!
I want to create adjacency matrix for the given dataset.
for example:
#*Active Database Systems.
#@Umeshwar Dayal,Eric N. Hanson,Jennifer Widom
#t1995
#cModern Database Systems
#%995520
#*Specification and Execution of Transactional Workflows.
#@Marek Rusinkiewicz,Amit P. Sheth
#t1995
#cModern Database Systems
#%26682
#%807142
#%1065531
#%855968
#*Foundations of Databases.
#@Serge Abiteboul,Richard Hull,Victor Vianu
#t1995
#c
#%1118192
#%189
#%1088975
#%971271
#%832272
#%544788
#%1137947
#%597921
#%160032
#%641879
#%303893
#%929563
#%160519
#%1118157
#%2246
#%641813
#%621173
#%1118169
#%544814
#%544798
#%641851
#%949603
#%209741
#%1118135
#%1118137
#%597931
In above dataset, 3 records are given. Each record starts with "
#*
" and ends with "
#%
".
#* is "paper title"
#@ is "Authors"
#t is "Year"
#c is "publication Venu "
#% is " paper citations"
I want to create adjacency matrix against
authors
and the
paper
citations
from each record
,
that is the number of times the author is cited.
Reply
Answers (
0
)
How can get Previous item in list using foreach loop?
What is operator overloading in C# and give a good example