Re: IB1 Classifier
Eibe Frank <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CADehzLV5nLg-zhFueSuuPmYarFXBX=gmTS1U4WoMP+gXjYG9vQ@mail.gmail.com> |
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