Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Wireless Application Protocol is a subset of XHTML and a superset of XHTML Basic, used by mobile devices.
0 Questions
An exception that occurs when trying to access an object for which you don't have the correct security authorization. For example, trying to access a file that doesn't allow read access by your user.
0 Questions
The **LoginView** control allows you to display different information to anonymous and logged-in users.
0 Questions
In JavaScript and VBScript, the getElementsByName is a function which is used to access all HTML elements with a specified name. Two different elements can be declared with same name unlike their Id which must be defined unique. Tag getElementsByName can be used for usage related problems of getElementsByName function.
0 Questions
Questions related to OS X or iOS `.app` files, particularly their creation. Underneath, these are a special folder called a bundle. iOS .ipa files are then based off of these.
0 Questions
Type of Neural network (unsupervised learning). SOM's goal is to convert high-dimensional data into low-dimensional, like 2D map, which can be understood by human.
Impl. questions: neural network structure, learning parameters, performance, use, multi-thread optimization, etc.
0 Questions
Roxygen is an in-source documentation system for R. It is based on Doxygen, and is an alternative to creating .Rd files, in that it automatically creates the package's .Rd files from the in-source documentation.
0 Questions