Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
hi I want to create a machine learning with .net framwork I found a library for this porpose called Accord machine learning but the documents of this library are not complete any one ofyou that use this library can me what do these method
compute(), load(), estimate()
this is the documet of naivebayes class
Accord.MachineLearning.Bayes Namespace[^]

What I have tried:

hi I want to create a machine learning with .net framwork I found a library for this porpose called Accord machine learning but the documents of this library are not complete any one ofyou that use this library can me what do these method 
compute(), load(), estimate() 
this is the documet of naivebayes  class
<a href="http://accord-framework.net/docs/html/N_Accord_MachineLearning_Bayes.htm">Accord.MachineLearning.Bayes Namespace</a>[<a href="http://accord-framework.net/docs/html/N_Accord_MachineLearning_Bayes.htm" target="_blank" title="New Window">^</a>]
Posted
Updated 22-Jul-17 22:04pm

1 solution

Start by going back to their website Accord.NET Machine Learning Framework[^] and follow the "read the manual" link.
That's a little sparse, but it gives you links to a "getting started guide" and a sample application.

Start there, and if that isn't enough the full documentation is available on their site under the "Consult the API" link. You will need to read quite a bit of that in conjunction with the other guide and the sample app to get the best use out of the package, I suspect.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900