Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76408

Re: Topological Overlap

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 <phani.lav@gmail.com>
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&gt;': 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 <CAGyPVTtTj93xgOUfc3CHrwMO-0VAm_4gYJQt44uOWmqGuzt9gw@mail.gmail.com>
References <CAJsaReS3a=JZKNF725CcmiA2_wzKOxgA4NCjv+U3ZjakZ9mcvQ@mail.gmail.com> <CAGyPVTtTj93xgOUfc3CHrwMO-0VAm_4gYJQt44uOWmqGuzt9gw@mail.gmail.com>
Date Sat, 16 Aug 2014 20:10:26 +0200
Subject Re: Topological Overlap
From lavanya addepalli <phani.lav@gmail.com>
To George Silva <georger.silva@gmail.com>, 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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.13052.1408212629.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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 <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
>>
>> 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/
>

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Topological Overlap lavanya addepalli <phani.lav@gmail.com> - 2014-08-16 20:10 +0200
  Re: Topological Overlap alex23 <wuwei23@gmail.com> - 2014-08-18 15:17 +1000

csiph-web