1 Aug 2010 17:42
RE: Wekalist Digest, Vol 90, Issue 1
Sarwat Nizamani <sarwatnizamani <at> hotmail.com>
2010-08-01 15:42:46 GMT
2010-08-01 15:42:46 GMT
Reply to Message 5:
In the original message from I failed means that I did not get the required output attached in the original message.
Best Regards,
Sarwat Nizamani
> From: wekalist-request <at> list.scms.waikato.ac.nz
> Subject: Wekalist Digest, Vol 90, Issue 1
> To: wekalist <at> list.scms.waikato.ac.nz
> Date: Sat, 31 Jul 2010 10:28:29 -0700
>
> Send Wekalist mailing list submissions to
> wekalist <at> list.scms.waikato.ac.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> or, via email, send a message with subject or body 'help' to
> wekalist-request <at> list.scms.waikato.ac.nz
>
> You can reach the person managing the list at
> wekalist-owner <at> list.scms.waikato.ac.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Wekalist digest..."
>
>
> Today's Topics:
>
> 1. Use NaiveBayesMultinomial classifier with textual datasets
> (Amy Hu)
> 2. Re: help on real value predictions of the number of
> instances (Jing Su)
> 3. Re: one-vs-rest SVM (Mark Hall)
> 4. Re: Function Estimation and Curve Fitting using Weka. (Mark Hall)
> 5. Re: FW: Arff file format (Mark Hall)
> 6. Problem in uploading Supplied Test Set in ver 3.6.3
> (shehan <at> uom.lk)
> 7. extension of weka (m lalshateri)
> 8. what is the unit of time used in weka.experimenter (icu uci)
> 9. Re: extension of weka (Ruchi Rana)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 30 Jul 2010 13:05:00 +0000
> From: Amy Hu <enjoyrong <at> hotmail.com>
> Subject: [Wekalist] Use NaiveBayesMultinomial classifier with textual
> datasets
> To: <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <COL112-W101C5C83E657CCEB9650A9ACAA0 <at> phx.gbl>
> Content-Type: text/plain; charset="gb2312"
>
>
> Hi all,
>
> I am using NaiveBayesMultinomial (NBM) classifier in WEKA with textual datasets. I found that when I use binary representation of documents which is binary presence and absence of words, the performance of NBM is better when using term frequency as document representation. I have thought that term frequency representation might be better for textual data but it seems not here. Has anyone else met this before? Why it is like this? Thanks.
>
>
>
> Regards
>
>
>
> Rong
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100730/dbfa1f2a/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Fri, 30 Jul 2010 20:34:58 +0100
> From: Jing Su <sujing <at> tcd.ie>
> Subject: Re: [Wekalist] help on real value predictions of the number
> of instances
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID:
> <AANLkTinePPS7BijH+y2kAz7K131T6GK=52fqhcF4fDZC <at> mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello Mark,
>
> Thank you! It is just as you said. If an instance is assigned a positive
> interger N as weight, this instance is actually duplicated N times. This is
> an effective approach to highlight some instances, but this approach easily
> violates original data distribution, is it valid? Whether there are some
> theories about re-weighting to guarantee the validity of result?
>
>
> Thank you very much!
>
>
> Jing
>
> On Wed, Jul 28, 2010 at 9:59 PM, Mark Hall <mhall <at> pentaho.com> wrote:
>
> > On 28/07/10 11:10 AM, Jing Su wrote:
> >
> >> Hello all,
> >>
> >> I prefer to add weight to each instance in ARFF file. Following Weka wiki,
> >> the
> >> new instances are saved in XRFF format. When I use the method below to
> >> load XRFF
> >> file, and run 3-fold cv on naive Bayes classifier, the predicted number of
> >> instances in either class is not integer, as expected. I am confused, and
> >> appreciate any suggestions, Thank you!
> >>
> >
> > If your weights aren't integers, then the confusion matrix will contain
> > non-integer entries as well.
> >
> >
> > Cheers,
> > Mark.
> >
> > _______________________________________________
> > Wekalist mailing list
> > Send posts to: Wekalist <at> list.scms.waikato.ac.nz
> > List info and subscription status:
> > https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> > List etiquette:
> > http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100730/3cf83371/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Sat, 31 Jul 2010 21:47:21 +1200
> From: Mark Hall <mhall <at> pentaho.com>
> Subject: Re: [Wekalist] one-vs-rest SVM
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <4C53F129.4080803 <at> pentaho.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> icu uci wrote:
> > Hi
> >
> > Does someone have a code about one-vs-rest SVM?
>
> weka.classifiers.meta.MultiClassClassifier implements a number of
> methods to handle multi-class problems with binary class base
> classifiers (e.g. 1-vs-rest, pairwise, error-correcting output codes).
> Source code is available in the Weka distribution.
>
> Cheers,
> Mark.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 31 Jul 2010 21:50:22 +1200
> From: Mark Hall <mhall <at> pentaho.com>
> Subject: Re: [Wekalist] Function Estimation and Curve Fitting using
> Weka.
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <4C53F1DE.7020904 <at> pentaho.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Rafik wrote:
> > Hi all,
> >
> > I have a set of m instances ai, i = 1...m, where every instance ai is an
> > n attribute vector (ai1, ai2, ..., aij, ..., ain).
> >
> > I want to estimate an n dimensional function f having a cuve that fits
> > all the m instances ai.
> >
> > After that, I want to find all the instances a'i (from another dataset)
> > that fit the same curve.
> >
> > What is the appropriate way to solve this using Weka ?
>
> You could try model trees - they produce a piecewise linear fit to
> non-linear data. Test points with low error fit the learned model the best.
>
> Cheers,
> Mark.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 31 Jul 2010 21:52:52 +1200
> From: Mark Hall <mhall <at> pentaho.com>
> Subject: Re: [Wekalist] FW: Arff file format
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <4C53F274.1090209 <at> pentaho.com>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Sarwat Nizamani wrote:
> >
> >
> > Best Regards,
> > *Sarwat Nizamani
> > *
> > PhD Student
> > Maersk Mc-Kinney Moller Institute
> > University of Denmark
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> > From: sarwatnizamani <at> hotmail.com
> > To: wekalist <at> list.scms.waikato.ac.nz
> > Subject: Arff file format
> > Date: Fri, 23 Jul 2010 13:26:14 +0600
> >
> > Dear all, Reply all
> > I am PhD student at Southern University Denmark. I have just started my
> > study and i am new to machine learning my field in PhD is machine
> > learning . I want to use WEKA tool, and I have used it and it is very
> > helpful tool. I want to use WEKA for email classification and WEKA uses
> > ARFF file format for the task. Suppose I have directory that y problms
> > two subdirectories for example one subdirectory named as "Relavant" and
> > other subdirectory named as "Irrrelavant". Each subdirectory contains
> > text files of email.
> > Now I want to convert this directory to ARFF file format as in attached
> > file.
> > Kindly solve my problem I am in a trouble. For the required solution I
> > have tried TextToArffLoader utility, StringToWordVector but Il failed.
> > Please Reply all.
>
> You might need to elaborate a bit on what you mean by "it failed". Was a
> exception thrown or error generated?
>
> Cheers,
> Mark.
>
>
>
> ------------------------------
>
> Message: 6
> Date: Sat, 31 Jul 2010 15:44:47 +0530
> From: shehan <at> uom.lk
> Subject: [Wekalist] Problem in uploading Supplied Test Set in ver
> 3.6.3
> To: wekalist <at> list.scms.waikato.ac.nz
> Message-ID: <20100731154447.20305qum6dgz3vy8 <at> webmail.uom.lk>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
> format="flowed"
>
>
> There seems to be a problem in uploading "Supplied test set" on Weka
> 3.6.3 in the classification module. It is not detecting the data
> instances from the input file. It is reporting 0 instances and the
> correct number of attributes. Tried both arff and csv input files and
> also the linux and windows versions.
>
> It works on version 3.4.
>
> thx
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Sat, 31 Jul 2010 14:59:47 +0330
> From: m lalshateri <ma.lalshateri <at> gmail.com>
> Subject: [Wekalist] extension of weka
> To: wekalist <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID:
> <AANLkTimuZZORaA6sVEU7VZ0iB38i9Wvph5Bj03yCHE7f <at> mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello
> I use NetBeans IDE6.5 and i have 2 questions:
>
> 1. I wrote an algorithm and now i decided to add it to the weka(that
> users be able to select it from explorer user interface). How can i do
> it?
>
> 2. to reach above goal i have to create a ".jar" file (exactly
> "weka.jar"). So i added a code to "build.xml" and did some thing else.
> But after compile and build project following message is shown:
>
> "The system is out of resources.
> Consult the following stack trace for details.
> java.lang.OutOfMemoryError: Java heap space
> BUILD FAILED"
>
> what should i do?!
>
> thanks in advance
>
>
>
> ------------------------------
>
> Message: 8
> Date: Sat, 31 Jul 2010 23:43:47 +0800
> From: icu uci <icushj <at> gmail.com>
> Subject: [Wekalist] what is the unit of time used in weka.experimenter
> To: wekalist <at> list.scms.waikato.ac.nz
> Message-ID:
> <AANLkTikREFZOhKu_yJgopiJfZPm4=7cr7LriAgxi+yxM <at> mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I use the experimenter to analyze the running result, and I choose
> userCPUtraining time option to compare the results. I want to know what is
> the unit of the time here? Thx.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100731/8099c0c4/attachment-0001.html
>
> ------------------------------
>
> Message: 9
> Date: Sat, 31 Jul 2010 22:57:01 +0530
> From: Ruchi Rana <ruchirana86 <at> gmail.com>
> Subject: Re: [Wekalist] extension of weka
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID:
> <AANLkTi=RkODC9d90P_phYWa6inSnZfmWhjU+znGqb=Wz <at> mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi
> you can refer the following link, may be you will get the
> solution...
>
> http://weka.wikispaces.com/Netbeans+6.0+%28weka-src.jar%29
>
>
>
>
> On Sat, Jul 31, 2010 at 4:59 PM, m lalshateri <ma.lalshateri <at> gmail.com>wrote:
>
> > Hello
> > I use NetBeans IDE6.5 and i have 2 questions:
> >
> > 1. I wrote an algorithm and now i decided to add it to the weka(that
> > users be able to select it from explorer user interface). How can i do
> > it?
> >
> > 2. to reach above goal i have to create a ".jar" file (exactly
> > "weka.jar"). So i added a code to "build.xml" and did some thing else.
> > But after compile and build project following message is shown:
> >
> > "The system is out of resources.
> > Consult the following stack trace for details.
> > java.lang.OutOfMemoryError: Java heap space
> > BUILD FAILED"
> >
> > what should i do?!
> >
> > thanks in advance
> >
> > _______________________________________________
> > Wekalist mailing list
> > Send posts to: Wekalist <at> list.scms.waikato.ac.nz
> > List info and subscription status:
> > https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> > List etiquette:
> > http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html<http://www.cs.waikato.ac.nz/%7Eml/weka/mailinglist_etiquette.html>
> >
>
>
>
> --
> Regards
> Ruchi Rana
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100731/31e53239/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Wekalist mailing list
> Wekalist <at> list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
>
>
> End of Wekalist Digest, Vol 90, Issue 1
> ***************************************
In the original message from I failed means that I did not get the required output attached in the original message.
Best Regards,
Sarwat Nizamani
> From: wekalist-request <at> list.scms.waikato.ac.nz
> Subject: Wekalist Digest, Vol 90, Issue 1
> To: wekalist <at> list.scms.waikato.ac.nz
> Date: Sat, 31 Jul 2010 10:28:29 -0700
>
> Send Wekalist mailing list submissions to
> wekalist <at> list.scms.waikato.ac.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> or, via email, send a message with subject or body 'help' to
> wekalist-request <at> list.scms.waikato.ac.nz
>
> You can reach the person managing the list at
> wekalist-owner <at> list.scms.waikato.ac.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Wekalist digest..."
>
>
> Today's Topics:
>
> 1. Use NaiveBayesMultinomial classifier with textual datasets
> (Amy Hu)
> 2. Re: help on real value predictions of the number of
> instances (Jing Su)
> 3. Re: one-vs-rest SVM (Mark Hall)
> 4. Re: Function Estimation and Curve Fitting using Weka. (Mark Hall)
> 5. Re: FW: Arff file format (Mark Hall)
> 6. Problem in uploading Supplied Test Set in ver 3.6.3
> (shehan <at> uom.lk)
> 7. extension of weka (m lalshateri)
> 8. what is the unit of time used in weka.experimenter (icu uci)
> 9. Re: extension of weka (Ruchi Rana)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 30 Jul 2010 13:05:00 +0000
> From: Amy Hu <enjoyrong <at> hotmail.com>
> Subject: [Wekalist] Use NaiveBayesMultinomial classifier with textual
> datasets
> To: <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <COL112-W101C5C83E657CCEB9650A9ACAA0 <at> phx.gbl>
> Content-Type: text/plain; charset="gb2312"
>
>
> Hi all,
>
> I am using NaiveBayesMultinomial (NBM) classifier in WEKA with textual datasets. I found that when I use binary representation of documents which is binary presence and absence of words, the performance of NBM is better when using term frequency as document representation. I have thought that term frequency representation might be better for textual data but it seems not here. Has anyone else met this before? Why it is like this? Thanks.
>
>
>
> Regards
>
>
>
> Rong
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100730/dbfa1f2a/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Fri, 30 Jul 2010 20:34:58 +0100
> From: Jing Su <sujing <at> tcd.ie>
> Subject: Re: [Wekalist] help on real value predictions of the number
> of instances
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID:
> <AANLkTinePPS7BijH+y2kAz7K131T6GK=52fqhcF4fDZC <at> mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello Mark,
>
> Thank you! It is just as you said. If an instance is assigned a positive
> interger N as weight, this instance is actually duplicated N times. This is
> an effective approach to highlight some instances, but this approach easily
> violates original data distribution, is it valid? Whether there are some
> theories about re-weighting to guarantee the validity of result?
>
>
> Thank you very much!
>
>
> Jing
>
> On Wed, Jul 28, 2010 at 9:59 PM, Mark Hall <mhall <at> pentaho.com> wrote:
>
> > On 28/07/10 11:10 AM, Jing Su wrote:
> >
> >> Hello all,
> >>
> >> I prefer to add weight to each instance in ARFF file. Following Weka wiki,
> >> the
> >> new instances are saved in XRFF format. When I use the method below to
> >> load XRFF
> >> file, and run 3-fold cv on naive Bayes classifier, the predicted number of
> >> instances in either class is not integer, as expected. I am confused, and
> >> appreciate any suggestions, Thank you!
> >>
> >
> > If your weights aren't integers, then the confusion matrix will contain
> > non-integer entries as well.
> >
> >
> > Cheers,
> > Mark.
> >
> > _______________________________________________
> > Wekalist mailing list
> > Send posts to: Wekalist <at> list.scms.waikato.ac.nz
> > List info and subscription status:
> > https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> > List etiquette:
> > http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100730/3cf83371/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Sat, 31 Jul 2010 21:47:21 +1200
> From: Mark Hall <mhall <at> pentaho.com>
> Subject: Re: [Wekalist] one-vs-rest SVM
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <4C53F129.4080803 <at> pentaho.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> icu uci wrote:
> > Hi
> >
> > Does someone have a code about one-vs-rest SVM?
>
> weka.classifiers.meta.MultiClassClassifier implements a number of
> methods to handle multi-class problems with binary class base
> classifiers (e.g. 1-vs-rest, pairwise, error-correcting output codes).
> Source code is available in the Weka distribution.
>
> Cheers,
> Mark.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 31 Jul 2010 21:50:22 +1200
> From: Mark Hall <mhall <at> pentaho.com>
> Subject: Re: [Wekalist] Function Estimation and Curve Fitting using
> Weka.
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <4C53F1DE.7020904 <at> pentaho.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Rafik wrote:
> > Hi all,
> >
> > I have a set of m instances ai, i = 1...m, where every instance ai is an
> > n attribute vector (ai1, ai2, ..., aij, ..., ain).
> >
> > I want to estimate an n dimensional function f having a cuve that fits
> > all the m instances ai.
> >
> > After that, I want to find all the instances a'i (from another dataset)
> > that fit the same curve.
> >
> > What is the appropriate way to solve this using Weka ?
>
> You could try model trees - they produce a piecewise linear fit to
> non-linear data. Test points with low error fit the learned model the best.
>
> Cheers,
> Mark.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 31 Jul 2010 21:52:52 +1200
> From: Mark Hall <mhall <at> pentaho.com>
> Subject: Re: [Wekalist] FW: Arff file format
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID: <4C53F274.1090209 <at> pentaho.com>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Sarwat Nizamani wrote:
> >
> >
> > Best Regards,
> > *Sarwat Nizamani
> > *
> > PhD Student
> > Maersk Mc-Kinney Moller Institute
> > University of Denmark
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> > From: sarwatnizamani <at> hotmail.com
> > To: wekalist <at> list.scms.waikato.ac.nz
> > Subject: Arff file format
> > Date: Fri, 23 Jul 2010 13:26:14 +0600
> >
> > Dear all, Reply all
> > I am PhD student at Southern University Denmark. I have just started my
> > study and i am new to machine learning my field in PhD is machine
> > learning . I want to use WEKA tool, and I have used it and it is very
> > helpful tool. I want to use WEKA for email classification and WEKA uses
> > ARFF file format for the task. Suppose I have directory that y problms
> > two subdirectories for example one subdirectory named as "Relavant" and
> > other subdirectory named as "Irrrelavant". Each subdirectory contains
> > text files of email.
> > Now I want to convert this directory to ARFF file format as in attached
> > file.
> > Kindly solve my problem I am in a trouble. For the required solution I
> > have tried TextToArffLoader utility, StringToWordVector but Il failed.
> > Please Reply all.
>
> You might need to elaborate a bit on what you mean by "it failed". Was a
> exception thrown or error generated?
>
> Cheers,
> Mark.
>
>
>
> ------------------------------
>
> Message: 6
> Date: Sat, 31 Jul 2010 15:44:47 +0530
> From: shehan <at> uom.lk
> Subject: [Wekalist] Problem in uploading Supplied Test Set in ver
> 3.6.3
> To: wekalist <at> list.scms.waikato.ac.nz
> Message-ID: <20100731154447.20305qum6dgz3vy8 <at> webmail.uom.lk>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
> format="flowed"
>
>
> There seems to be a problem in uploading "Supplied test set" on Weka
> 3.6.3 in the classification module. It is not detecting the data
> instances from the input file. It is reporting 0 instances and the
> correct number of attributes. Tried both arff and csv input files and
> also the linux and windows versions.
>
> It works on version 3.4.
>
> thx
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Sat, 31 Jul 2010 14:59:47 +0330
> From: m lalshateri <ma.lalshateri <at> gmail.com>
> Subject: [Wekalist] extension of weka
> To: wekalist <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID:
> <AANLkTimuZZORaA6sVEU7VZ0iB38i9Wvph5Bj03yCHE7f <at> mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello
> I use NetBeans IDE6.5 and i have 2 questions:
>
> 1. I wrote an algorithm and now i decided to add it to the weka(that
> users be able to select it from explorer user interface). How can i do
> it?
>
> 2. to reach above goal i have to create a ".jar" file (exactly
> "weka.jar"). So i added a code to "build.xml" and did some thing else.
> But after compile and build project following message is shown:
>
> "The system is out of resources.
> Consult the following stack trace for details.
> java.lang.OutOfMemoryError: Java heap space
> BUILD FAILED"
>
> what should i do?!
>
> thanks in advance
>
>
>
> ------------------------------
>
> Message: 8
> Date: Sat, 31 Jul 2010 23:43:47 +0800
> From: icu uci <icushj <at> gmail.com>
> Subject: [Wekalist] what is the unit of time used in weka.experimenter
> To: wekalist <at> list.scms.waikato.ac.nz
> Message-ID:
> <AANLkTikREFZOhKu_yJgopiJfZPm4=7cr7LriAgxi+yxM <at> mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I use the experimenter to analyze the running result, and I choose
> userCPUtraining time option to compare the results. I want to know what is
> the unit of the time here? Thx.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100731/8099c0c4/attachment-0001.html
>
> ------------------------------
>
> Message: 9
> Date: Sat, 31 Jul 2010 22:57:01 +0530
> From: Ruchi Rana <ruchirana86 <at> gmail.com>
> Subject: Re: [Wekalist] extension of weka
> To: "Weka machine learning workbench list."
> <wekalist <at> list.scms.waikato.ac.nz>
> Message-ID:
> <AANLkTi=RkODC9d90P_phYWa6inSnZfmWhjU+znGqb=Wz <at> mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi
> you can refer the following link, may be you will get the
> solution...
>
> http://weka.wikispaces.com/Netbeans+6.0+%28weka-src.jar%29
>
>
>
>
> On Sat, Jul 31, 2010 at 4:59 PM, m lalshateri <ma.lalshateri <at> gmail.com>wrote:
>
> > Hello
> > I use NetBeans IDE6.5 and i have 2 questions:
> >
> > 1. I wrote an algorithm and now i decided to add it to the weka(that
> > users be able to select it from explorer user interface). How can i do
> > it?
> >
> > 2. to reach above goal i have to create a ".jar" file (exactly
> > "weka.jar"). So i added a code to "build.xml" and did some thing else.
> > But after compile and build project following message is shown:
> >
> > "The system is out of resources.
> > Consult the following stack trace for details.
> > java.lang.OutOfMemoryError: Java heap space
> > BUILD FAILED"
> >
> > what should i do?!
> >
> > thanks in advance
> >
> > _______________________________________________
> > Wekalist mailing list
> > Send posts to: Wekalist <at> list.scms.waikato.ac.nz
> > List info and subscription status:
> > https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> > List etiquette:
> > http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html<http://www.cs.waikato.ac.nz/%7Eml/weka/mailinglist_etiquette.html>
> >
>
>
>
> --
> Regards
> Ruchi Rana
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/pipermail/wekalist/attachments/20100731/31e53239/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Wekalist mailing list
> Wekalist <at> list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
>
>
> End of Wekalist Digest, Vol 90, Issue 1
> ***************************************
_______________________________________________ Wekalist mailing list Send posts to: Wekalist <at> list.scms.waikato.ac.nz List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
RSS Feed