Re: InacessibleObjectException

Michael Hall <[email protected]> Thu, 24 Aug 2023 01:49:34 -0500
Newsgroups gmane.comp.ai.weka
Message-ID <[email protected]>

> On Aug 23, 2023, at 8:33 AM, [email protected] wrote:
> 
> Hello,
> 
> Of course this is an optimization, but the Exception still occurs!
> 
> Sincerely,
> 
> Spyros Halkidis
> _______________________________________________
> 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


Sort of more than an optimization. You were doing something against the entire set of instances every time through the loop. Instead of doing something against a single attribute. As I remember.

Stack trace of the exception?


_______________________________________________
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