MetaDataNode-class {tm}R Documentation

Metadata Node

Description

A class representing a node in the metadata tree of a text document collection.

Objects from the Class

Objects can be created by calls of the form new("MetaDataNode",...).

Slots

NodeID:
Object of class numeric containing a unique identification number for the node.
MetaData:
Object of class list containing meta data at node level.
children:
Object of class list containing either zero, one or two MetaDataNodes resulting in a binary tree.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]