Implementing Naive Bayes using SAS Enterprise Miner 7.1 [closed] - sas

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have been trying to implement the Naive Bayes and OneR classification algorithm using SAS Enterprise Miner 7.1.
The problem is I have not been able to find a Node that I can drag onto the diagram and do that. Is there any way to implement these algorithms directly in SAS without having to write additional SAS Script?

See: http://listserv.uga.edu/cgi-bin/wa?A2=ind1202c&L=sas-l&D=0&P=2796
I don't think this is possible using a native node. The above link suggests that Rick Wicklin did write something that might help here, but it's beyond my google-fu. You might re-ask this question on the SAS-L mailing list (email to sas-l#listserv.uga.edu or find the Google Group).

Related

Which technology is used? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am thinking which technology is needed for making copy of this web service: http://dziswieczorem.pl/
Does someone know any almoust-ready solution (especially for map-things) implemented in django?
Or maybe could anyone give me tips in which technology it would be easier to implement something like that?
To be more concrete:
Is there some ready template containing world map like on page that I wrote about above? I also need a chat feature.
For the map functionality, you may get some benefit from django-gmapi, but I've never tried it so I don't know if it's exactly what you want or not.
As far as chat, there seem to be a few options here that you could consider: http://www.djangopackages.com/grids/g/chat/

How to train samples in opencv [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm working on my final year project on ocr in opencv,i have done segmentation of the image and feature extraction,now i have to train to make it recognize the alphabet ,give me an idea of how to do that
I don't know what you have done until now and what feature set you are using. Anyway below links will be a good start.
1) Basic OCR in OpenCV - It uses k-Nearest Neighbours
2) Also try this : Simple Digit Recognition OCR in OpenCV-Python
3) OpenCV samples come with an letter-recongnition sample. Have a look at that!!
Finally, work yourself a lot on your project. Google for your doubts. If you don't find any way,
come here, tell what you have done, and now what is stopping you.

How to draw data flow graphs in Qt? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would like to know if there is an already samples of doing data flow graphs using QT graphics API.
I would like to see some samples to get started with.
Qt comes with various examples that might help you get started.
The following two examples come to mind:
The Diagram Scene Example
Elastic Nodes Example
Have a look at those for some inspiration.
Qt-based, but a separate project which is possibly more along the lines of what you're looking for is NUKEEngine's Qt Node Editor.

Advice on Creating a DBMS [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am looking at ways of creating my own DBMS from scratch in C++ (just for fun and educational purposes). I am stuck with the place to start it. Can anybody tell me how I should begin (design) this. Will postgresql code and the architecture be of any help?
Thanks in advance.
Have a look at SQLite and its doccumentation. it might be a good point to start.
Start by reading "Transaction Processing: Concepts & Techniques" by Gray and Reuter. It goes through all the major components of a DBMS. Following the references is very interesting.
It is almost 20 years old now, but still very relevant.

Quick look up of Data structures [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
can i get the link to Quick look up of data structures..
Search Google for "data structures C++"
Wikipedia - List of Data Structures
...doesn't get much quicker than that.
If your looking for windows related data structures, use the built-in offline msdn library that ships with most Visual Studio versions(which can be extended by certain SDK's, like Direct X)