Is perl a good candidate for Data Mining

Is perl a good candidate for Data Mining

am 18.10.2007 03:39:26 von struggle

Hi,
I am wondering is perl a good candidate for Data Mining? I intend to
use Perl to analyze tons of data and fetch some useful informatino from
them. Does perl designed for this?
Thanks in advance!

Regards!
Bo

Re: Is perl a good candidate for Data Mining

am 18.10.2007 06:16:33 von unknown

Post removed (X-No-Archive: yes)

Re: Is perl a good candidate for Data Mining

am 18.10.2007 07:09:54 von merl the perl

"Bo Yang" wrote in message
news:ff6h8b$rjq$1@news.cn99.com...
> Hi,
> I am wondering is perl a good candidate for Data Mining? I intend to use
> Perl to analyze tons of data and fetch some useful informatino from them.
> Does perl designed for this?
> Thanks in advance!
So-called data mining is methodologically flawed.

You can breathe your own smoke in any language.
--
wade ward
"Nicht verzagen, Bruder Grinde fragen."

Re: Is perl a good candidate for Data Mining

am 18.10.2007 12:51:36 von Tad McClellan

Bo Yang wrote:

> I am wondering is perl a good candidate for Data Mining?


Yes.


--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher\100cmdat/"

Re: Is perl a good candidate for Data Mining

am 18.10.2007 14:12:10 von Petr Vileta

Bo Yang wrote:
> Hi,
> I am wondering is perl a good candidate for Data Mining? I intend to
> use Perl to analyze tons of data and fetch some useful informatino
> from them. Does perl designed for this?
> Thanks in advance!
>
Yes, Perl is a good candidate to this type of job. You can use any other
language which know RegExp but perl script is all time source code and you
must not to compile it before running. This is a big advantage in debug time
;-)
Possible other candidates are C (C++), Python, PHP, but PHP is not a good
idea for long run time.
--

Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail
from another non-spammer site please.)

Re: Is perl a good candidate for Data Mining

am 18.10.2007 18:13:29 von xhoster

Bo Yang wrote:
> Hi,
> I am wondering is perl a good candidate for Data Mining?

"Data Mining" covers a multitude of sins. Some are best committed with
Perl, some are not.

Xho

--
-------------------- http://NewsReader.Com/ --------------------
The costs of publication of this article were defrayed in part by the
payment of page charges. This article must therefore be hereby marked
advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate
this fact.

Re: Is perl a good candidate for Data Mining

am 19.10.2007 02:03:08 von benkasminbullock

On Oct 18, 10:39 am, Bo Yang wrote:
> I am wondering is perl a good candidate for Data Mining? I intend to
> use Perl to analyze tons of data and fetch some useful informatino from
> them. Does perl designed for this?
> Thanks in advance!

Apparently biologists use Perl like this.

Re: Is perl a good candidate for Data Mining

am 20.10.2007 13:13:37 von merl the perl

wrote in message
news:1192752188.654869.324850@k35g2000prh.googlegroups.com.. .
> On Oct 18, 10:39 am, Bo Yang wrote:
>> I am wondering is perl a good candidate for Data Mining? I intend to
>> use Perl to analyze tons of data and fetch some useful informatino from
>> them. Does perl designed for this?
>> Thanks in advance!
>
> Apparently biologists use Perl like this.
>
>
Case in point of why biologosts can't save their lives in comp sci.
--
wade ward
"Nicht verzagen, Bruder Grinde fragen."

Re: Is perl a good candidate for Data Mining

am 21.10.2007 05:44:10 von unknown

Post removed (X-No-Archive: yes)