Top "Arff" questions

An ARFF (Attribute-Relation File Format) file is an ASCII text file that describes a list of instances sharing a set of attributes

How to create an ARFF file from an array in java?

I want to get the coefficients of a weighted linear regression of an x-y pair represented by two arrays in …

java weka regression arff
What is the meaning of jitter in visualize tab of weka

In weka I load an arff file. I can view the relationship between attributes using the visualize tab. However I …

java data-mining weka arff
Creating an ARFF file from python output

gardai-plan-crackdown-on-troublemakers-at-protest-2438316.html': {'dail': 1, 'focus': 1, 'actions': 1, 'trade': 2, 'protest': 1, 'identify': 1, 'previous': 1, 'detectives': 1, 'republican': 1, 'group': 1, 'monitor': 1, 'clashes': 1, 'civil': 1, 'charge': 1, 'breaches': 1, 'travelling': 1, 'main': 1, 'disrupt': 1, …

python file classification weka arff
Insert column at beginning of a data frame

How can I add a column to an R data.frame as a new first column so that all other …

r dataframe arff
How to change attribute type to String (WEKA - CSV to ARFF)

I'm trying to make an SMS SPAM classifier using the WEKA library. I have a CSV file with "label" and "…

java csv weka document-classification arff
Weka error opening arff file

I'm trying to open an arff file in weka but I get two errors. The first, "file not recognised as …

weka arff
How to represent text for classification in weka?

Can you please let me know how to represent attribute or class for text classification in weka. By using what …

java machine-learning classification weka arff
Output weka results to text file

I am new to Weka GUI and i want to output a list of correlations on different fields to a .…

save output weka arff saving-data