Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
59 views

This is my MRE. Here is how my project is structured Project structure here Settings.json file { "java.project.referencedLibraries": [ "lib/weka.jar" ] } Main.java import ...
Christopher Pray's user avatar
-1 votes
1 answer
26 views

I am running a LMT classifier in Weka Explorer. The value of the iteration metric 'I' is set to -1 (negative 1) by default. However, when trying to replicate the same via LMT in the R package mlr3, ...
Sujoy Ghosh's user avatar
0 votes
0 answers
69 views

when starting up the gui i get the following error: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java....
user28470398's user avatar
0 votes
1 answer
41 views

I want to get the premise and consequence for each line of generated rules after the running the apriori algorithm in Weka 3.8.6. `apriori.setNumRules(NUMBER_OF_RULES); apriori.setMinMetric(...
Adriano Valentim's user avatar
0 votes
0 answers
43 views

I have tried converting all the files (training, labeled test data and un-labeled test data) prefereably in arff format and it is working good for my labelled test data. But for unlabelled test data ...
Ayesha Asim's user avatar
-1 votes
1 answer
103 views

I have a low amount of data instances in my data set. So, I tried the "resample" filter in Weka to increase the data amount and thus enhance the model performance. Is it okay to set the ...
Ydil's user avatar
  • 1
0 votes
0 answers
47 views

I'm new at weka and Ai. And, I dont understand why I keep getting the "Exception in thread "main" java.lang.NoClassDefFoundError: weka/core/converters/ConverterUtils$DataSource"? ...
smouvfox805's user avatar
0 votes
1 answer
51 views

i am currently using WEKA and i am trying to run a logistic regression on a dataset that i am currently working, on however everytime i attempt to do this WEKA shuts down and shows me this message i ...
Henry white's user avatar
0 votes
1 answer
70 views

For a university project I am trying to convert a CSV to ARFF using Weka's CSVLoader from the GUI. In the options I set the enclosure character for strings to be ", although there are no quotes ...
Ian Milburn 's user avatar
0 votes
0 answers
150 views

I have a large (~1gb) csv file I am trying to load into Weka 3.8.6. It used to let me try to load CSV files, but I was getting an issue with memory. After updating heap size and trying to load again, ...
Ethan L's user avatar
0 votes
1 answer
37 views

I have a CSV file which contains about 10,000 entries. The CSV file contains data on individuals who are booking a holiday at a particular hotel. The CSV file contains the following columns 1: ...
MrJoe's user avatar
  • 445
0 votes
1 answer
211 views

How to run Weka software on GPU? Weka software uses CPU and does not use GPU at all. I moved the Weka software to the gpu in the Nvidia panel, and I also moved it to the gpu in the PC settings, but it ...
sadegh jafari's user avatar
0 votes
0 answers
102 views

I am currently using Weka and I am having a problem with preprocessing the data. You see when I got the data some of the data is telling me that the attribute is neither numeric nor nominal. What do I ...
1 1's user avatar
  • 1
0 votes
1 answer
49 views

I'm using Experimenter to compare clustering algorithms to test accuracy. I couldn't find clustering algorithms in the Simple experiment mode, so I used Advanced and did the clustering using these ...
not_castillo's user avatar
0 votes
1 answer
46 views

I wish to use this data https://data.lacity.org/Public-Safety/Crime-Data-from-2020-to-Present/2nrs-mtv8 for a WEKA project, but I have met some troubles in my way of structuring a CSV file which can ...
Frederik N. Pedersen's user avatar
0 votes
1 answer
136 views

After training a SMO using this code : Evaluation eval = new Evaluation(ClassData); SMO svm = new SMO(); eval.crossValidateModel(svm, ClassData, 10, new Random(1)); System....
Emiliano Rosso's user avatar
0 votes
1 answer
36 views

I developed a good system for my task using WEKA KnowldgeFlow saving a .kf file and now I'd like to translate it to use into the SimpleCli command line. I don't want to run a kf file from SimpleCli ...
Emiliano Rosso's user avatar
0 votes
1 answer
36 views

Please let me know after using data stream clustering algorithm from MOA like Clustream, how can I dump the clustering Result into csv file, which shows each row of arff data file belong to finally ...
mahab's user avatar
  • 1
0 votes
1 answer
81 views

Trying to execute classifyInstance against Random Forest pre trained model for Java. I was able to execute SMO Naïve Bayes for the same code but not for bagging random forest pre trained model getting ...
Malinda Peiris's user avatar
0 votes
1 answer
332 views

one of the attribute was 'first year, second year'. when i tried to open into Weka, i got the errors the following error message "unable to determine structure as arff(Reasons:java.lang....
Ridji's user avatar
  • 1
0 votes
0 answers
30 views

I am using WEKA 3.8.6 to generate models for prediction purposes. I have the model but I do not know how to use my own parameters to see the results by utilizing the model. What may I do? I am trying ...
shahin rasooli's user avatar
0 votes
0 answers
119 views

I want to extract knowledge from the competition data KDD Cup 1999. This dataset includes records about connections to the Internet, where each connection refers to an attack or a normal usage. The ...
Thanos's user avatar
  • 21
0 votes
0 answers
93 views

When I tried to launch weka 3.8.6. It didn't launch but pops up Weka Error. When I tried to run weka 3.8.6 the Error is: java.lang.reflect.InvocationTargetException
Ismaeel's user avatar
0 votes
1 answer
145 views

I am developing a plugin for Weka in Java, and I'm using the weka/packages/templates to compile and create the package with ant. It look like Weka using the weka.core.packageManagement.DefaultPackage ...
Ottobus's user avatar
  • 77
0 votes
1 answer
85 views

I have a large dataset and I am using Weka with the Python wrapper to train the RIPPER algorithm. Can I use Weka's updateable interface for incrementally training the JRIP algorithm (RIPPER)? How can ...
Kathiravan Natarajan's user avatar

1
2 3 4 5
61