2 Questions 6 Answers 0 Followers
Questions related from Mahnaz Behroozi
Suppose that we have WBC (White Blood Cell) as one of our variables/features. How can we decide to choose an appropriate strategy to handle missing values? For instance, as we know using the mean...
09 January 2015 3,263 13 View
I implemented the following piece of code. clc;close all;clear all; import weka.classifiers.Classifier import weka.classifiers.bayes.BayesNet import weka.classifiers.Evaluation; v0 =...
31 May 2013 7,092 3 View