logic for converting data obtained from input
- From: "Nishant" <nishantxl@xxxxxxxxxxxxxx>
- Date: 10 Apr 2006 00:44:21 -0700
Hi there,
I want to solve this problem which tells me form a
Similarity matrix based on input.
for eg if the input is ( 1 2 ), (3 4 ), implying these are two groups
or cluster. I have to form the similarity matrix which looks
like 1 1 0 0
1 1 0 0
0 0 1 1
0 0 1 1
I will appreciate anyone's suggestion for this logic
thanks
Nishant
nishantxl@xxxxxxxxxxxxxx
.
- Prev by Date: Re: The birth days and months match formula
- Next by Date: Re: The birth days and months match formula
- Previous by thread: The birth days and months match formula
- Next by thread: Reading a input in form of matrix
- Index(es):