Subject | English | Norwegian Bokmål |
math. | chain graph model | kjede graf modell |
comp., MS | graph edge | grafkant (A unit in the graph index that consists of an actor, an action, and an object. A graph edge represents an action done by one entity on another entity, or some relationship between two entities. For instance, an edge can represent a user (actor) viewing (action) a document (object). Or an edge can represent a user (actor) being the manager (action) of another user (object). Each graph edge contains metadata, such as a timestamp, relevance weight, and action type) |
comp., MS | graph index | grafindeks (An index structure that stores graph edges and their associated data such as actor, action, and object) |
comp., MS | graph node | grafnode (An entity that is included in at least one graph edge, either as an actor or as an object) |