weka - R: Write arff with missing values -


i'm constructing data frame on r , want export arff format. so, using write.arff() function rweka library. however, when dealing missing values (?), output like:

@attribute atomic_comp_c {'?',3014,3212,3226,3234,3236,3238,3}

instead of:

@attribute atomic_comp_c numeric

does know how can export data frame arff format correctly?

thanks in advance


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -