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.
vegan is a package for use with R for the analysis of ecological communities, especially vegetation communities. It has tools for analyzing ecological diversity and for the multivariate analysis of communities (NMDS, pCCA, pRDA, etc.)

0 Questions

CLP(FD), which stands for Constraint Logic Programming over Finite Domains, implements declarative integer arithmetic in Prolog systems. It is a pure and general replacement of lower-level arithmetic predicates and allows you to efficiently solve combinatorial problems such as planning, scheduling and allocation tasks.

0 Questions

The JUnit integration provided by the Cucumber-Jvm project.

0 Questions

MongoDB is a document oriented NoSQL database. MongoDB supports journaling, datacentre-aware replication and auto-sharding to guarantee high availability. The database manages collections of BSON (a superset of JSON) documents. The major distinction between NoSQL and SQl is that NoSQL allows you to have fields which are multi-valued. The multiple values are represented as a JSON array.

0 Questions

Delphi XE6 is a specific version of Delphi released in April 2014.

0 Questions

Supervised learning is the machine learning task of inferring a function from labeled training data. The training data consist of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (also called the supervisory signal). A supervised learning algorithm analyzes the training data and produces an inferred function, which can be used for mapping new examples.

0 Questions

A tag for the CIFilter class, part of the Mac OS X Cocoa framework and of the Cocoa Touch framework since iOS 5.0.

0 Questions

JProfiler is a commercially licensed Java profiling tool developed by ej-technologies GmbH targeted at Java EE and Java SE applications.

0 Questions

QTreeWidget is a class in Qt that provides a tree-like view of data.

0 Questions

Plain text refers to any string or sequence of characters that consists entirely of ASCII printable characters.

0 Questions

The [tabindex] is used to define a sequence that users follow when they use the Tab key to navigate through a page. By default, the natural tabbing order will match the source order in the markup.

0 Questions