Re: IB1 Classifier
Joseph McVerry <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <[email protected]> |
I didn't have to install IB1. It comes with the base package. So I assume the IB1 class file is part of the weka.jar file. but it's not there.
Joe McVerry - 919.846.2014
http://mcverryreport.com - Links to Stock Trader Blogs and Reports
On Saturday, August 14, 2021, 01:41:35 AM EDT, Eibe Frank <[email protected]> wrote:
Pretty much. IBk with k=1 gives you an implementation of the 1-nearest neighbour classifier, just like IB1.
You can get IB1 by installing the corresponding package using the WEKA package manager:
https://weka.sourceforge.io/packageMetaData/simpleEducationalLearningSchemes/index.html
Cheers,Eibe
On Sat, Aug 14, 2021 at 4:15 PM Joseph McVerry <[email protected]> wrote:
Is the IB1 classifier simply the IBk classifier with k=1?
I tried to use it in a Java program. The IDE I use (Eclipse) can't find it in the weka.jar (3.9.5). And when I look into the jar file, in particular the weka.classifiers.lazy tree, there is no IB1 reference.
Joe McVerry - 919.846.2014
http://mcverryreport.com - Links to Stock Trader Blogs and Reports
_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html