I want to differentiate data vectors to find those that are similar. For example: A=[4,5,6,7,8]; B=[4,5,6,6,8];
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
It is said that different algorithms have different parameters. I don\'t really see this as true, say if it is a tree decision algorithm and naive bayesian algorithm, what开发者_运维知识库 is the para
In normal 2 or multi class classification problem, we can use any famous machine learning algorithm like Naive Bayes or SVM to train and test the model.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Do you know anything about the VFI5 algorithm? some example? This algorithm is supossed to clasiffy a data 开发者_运维百科set, based on voting, but I would like to know more about it.
I would like to classify text documents into four categories. Also I have lot of samples which are already classified that c开发者_如何学Can be used for training. I would like the algorithm to learn o
I\'m training Weka\'s logistic regress开发者_开发知识库ion classifier and I\'m trying to figure out what is going on under the hood.I know that I can use the classifier to look at the confidence distr
I\'v开发者_开发问答e a small set of data points (around 10) in a 2D space, and each of them have a category label. I wish to classify a new data point based on the existing data point labels and also
i need to run a program that classifies certain dataset values. on the computer i am using we开发者_开发知识库ka to classify the same and provide it to me but i need to implement the same on android.