python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
csv to arff and setclassindex
I have this csv
5.1,3.5,1.4,0.2,0
4.9,3,1.4,0.2,0
4.6,3.1,1.5,0.2,0
...............
I read csv in weka java and convert it to arff. I set the class (last field)
with setClassIndex. In the arff file t...
robbyzz
Votes: 0
Answers: 1
How to use the ADTrees classifier from weka as base of a bagging scikitlearn model?
My intention is to recreate a big model done on weka using scikit-learn and other libraries.
I have this base model done with pyweka.
base_model_1 = Classifier(classname="weka.classifiers.trees.A...
Pablo Moreira Garcia
Votes: 0
Answers: 1
HOG and LBP on weka
I'm new to the subject of ML so I apologize as my questions may seem too basic.
I have an image dataset and my supervisor asked me to do feature extraction using HOG and LBP filters. So far I have bee...
herj
Votes: 0
Answers: 1