Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!border3.nntp.ams.giganews.com!nntp.giganews.com!news.osn.de!diablo2.news.osn.de!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.053 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; '16,': 0.03; 'python': 0.11; 'question.': 0.14; 'any.': 0.16; 'nodes': 0.16; 'pairs': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'aug': 0.22; 'email addr:gmail.com>': 0.22; 'appreciated': 0.26; 'header:In- Reply-To:1': 0.27; 'to:2**1': 0.27; 'am,': 0.29; 'start,': 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'george': 0.31; 'node': 0.31; 'file': 0.32; 'skip:c 30': 0.32; 'url:python': 0.33; 'actual': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'searching': 0.37; 'skip:- 20': 0.37; 'project': 0.37; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'you.': 0.62; 'to:addr:gmail.com': 0.65; 'sample': 0.67; 'dont': 0.67; 'url:br': 0.69; 'consultoria': 0.84; 'homework': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vcqS+FWsOGhhC5KSuPZmHqVoaZ9NypNP+dqfkWVYfvc=; b=SZGKgfjncyLx4fpZdL/OhvNAVrB58ALSSkSmcR2uAgJrwX3KS1chsyMT90NNOoS/pR J8LUT4bz9/5WdXWKNHmdh5tG/wjVXAmOkrI9maLI5kanALiQU8v3tKLXhaNyxrCtqT4B KeaD0fm7goqtrW01pUi8CABtIyv+i4u20qtZvietGjhXtlm/bmox9YGK12xbcvpuUu1M xEvC/TIx8xvaltwLNobC1QvSeIHehFJNOBbiB3BgY1XiP5RHKH54zj2s3/2/V+dBnctV /bOO7EBq2QnQ+l/MeWVdFJOdKZ4PoD0Tq0v3fJa5xg5mKrYKa4fdqB8s+vuJRAUanHVV lOIQ== MIME-Version: 1.0 X-Received: by 10.182.81.200 with SMTP id c8mr27482170oby.35.1408212626170; Sat, 16 Aug 2014 11:10:26 -0700 (PDT) In-Reply-To: References: Date: Sat, 16 Aug 2014 20:10:26 +0200 Subject: Re: Topological Overlap From: lavanya addepalli To: George Silva , python-list@python.org Content-Type: multipart/alternative; boundary=047d7b2e4e3e59ebb00500c30de1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 125 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408212629 news.xs4all.nl 2904 [2001:888:2000:d::a6]:48786 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76408 --047d7b2e4e3e59ebb00500c30de1 Content-Type: text/plain; charset=UTF-8 Hello It is not a homework really. Actually it is a huge project and topological overlap is one part in that inputfile: 0_node_1 0_node_2 w0 1_node_1 1_node_2 w1 2_node_1 2_node_2 w2 3_node_1 3_node_2 w3 4_node_1 4_node_2 w4 5_node_1 5_node_2 w5 2 nodes in pair and w is the weight. I have to find the topological overlap in the network including the weights On Sat, Aug 16, 2014 at 7:59 PM, George Silva wrote: > Homework? > > You need to give us a start, sample of the data and an actual question. I > don't think many people will help you do your homework for you. > > > On Sat, Aug 16, 2014 at 7:32 AM, lavanya addepalli > wrote: > >> Hello >> >> I have a file with network node pairs and weights as time difference >> I am trying to find the topological overlap of that data >> >> I have been searching for any sample in python but i dont seem to find >> any. >> >> Any suggestion in start with are appreciated >> >> >> Thanks >> Lav >> >> -- >> https://mail.python.org/mailman/listinfo/python-list >> >> > > > -- > George R. C. Silva > SIGMA Consultoria > ---------------------------- > http://www.consultoriasigma.com.br/ > --047d7b2e4e3e59ebb00500c30de1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello=C2=A0

It is not a homework really= .=C2=A0
Actually it is a huge project and topological overlap is = one part in that

inputfile:=C2=A0

0_node_1 =C2=A00_node_2 w0
1_node_1 =C2=A01_node_2 w1
2_node_1 =C2=A02_node_2 w2
<= div>3_node_1 =C2=A03_node_2 w3
4_node_1 =C2=A04_node_2 w4
5_node_1 =C2=A05_node_2 w5

2 nodes in pair and = w is the weight. I have to find the topological overlap in the network incl= uding the weights=C2=A0



On Sat, Aug 16, 2014 at 7:59 PM, George Silva <= ;georger.silva= @gmail.com> wrote:
Homework?

You need to give us a start, sample of the data and an actual question. I = don't think many people will help you do your homework for you.


On Sat, Aug 16, 2014 = at 7:32 AM, lavanya addepalli <phani.lav@gmail.com> wrote:=
Hello=C2=A0

I have a file with network = node pairs and weights as time difference
I am trying to find the= topological overlap of that data=C2=A0

I have bee= n searching for any sample in python but i dont seem to find any.=C2=A0

Any suggestion in start with are appreciated
=

Thanks=C2=A0
Lav =C2=A0

--
https://mail.python.org/mailman/listinfo/python-list




--
George R. C. Sil= va
SIGMA Consultoria
----------------------------

--047d7b2e4e3e59ebb00500c30de1--