Quantcast
Viewing all articles
Browse latest Browse all 16689

Using weka's StringKernel with multiple string attributes

Hello,

When I load a dataset with 2 string attributes using weka's Explorer, and build a classifier using SMO/StringKernel, it seems that weka automatically merges the string attributes into one.
But when I load the same date with the java api, it only use the first attribute and ignore the other one...
Is there a way I can reproduce this behavior using the java API?

Viewing all articles
Browse latest Browse all 16689

Trending Articles