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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -