I want to import a bunch of xml data into weka. Is there a direct solution or tutorial, or should I convert it to csv or arff file format?
There is no easy way to load instances in Weka from XML. Your real options are CSV, arff or a database, so you have to write a conversion code. I used rarff in the past to build arff files using Ruby.
WEKA does not support the XML file as an input dataset. CEC allows you to run classifiers and experiments with the -xml option , followed by the file name to extract command-line options from an XML file instead of the command line. see this link: https://www.cs.waikato.ac.nz/~ml/weka/xml/index_old.html.
Source: https://habr.com/ru/post/1309463/More articles:https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1309458/uiwebview-finishes-too-fast&usg=ALkJrhjTVbC-BjJiqpfoJtVkxAgC2KMTDQHow to execute jquery callback after loading it? - javascriptAmazon and Heroku secret keys - gitusing assertions for type checking in php? - oopTesting code using SoftReference - javaUnable to disable index during PL / SQL procedure - oracleHow to create 3 equally wide TextView that fills the parent screen - androidCreate a beveled edge for a two-dimensional polygon - geometryRelative path problem in Sinatra view - ruby | fooobar.comMerge row and column names from Data.Frame - rAll Articles