java - Exception: Filter didn't make the test instance immediately available -


i using classifier filteredclassifier in weka. filter of classifier multifilter, doing first infogain, , standarization. after training classifier, when trying classify test instances on fly, error: java.lang.exception: filter didn't mkae test instance available!

anyone knows how fix this?

add classassigner filter @ end of multifilter array. when info gain changes number of attributes, class index isn't updated, you're getting array out of bounds errors.


Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -