metadatanode-class.html

来自「R-Project是一个开源的统计软件,专门有一个R语言,类似S语言,这个包里面」· HTML 代码 · 共 50 行

HTML
50
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Metadata Node</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>

<table width="100%" summary="page for MetaDataNode-class {tm}"><tr><td>MetaDataNode-class {tm}</td><td align="right">R Documentation</td></tr></table>
<h2>Metadata Node</h2>


<h3>Description</h3>

<p>
A class representing a node in the metadata tree of a text document
collection.
</p>


<h3>Objects from the Class</h3>

<p>
Objects can be created by calls of the form
<code>new("MetaDataNode",...)</code>.
</p>


<h3>Slots</h3>

<dl>
<dt><code>NodeID</code>:</dt><dd>Object of class <code>numeric</code> containing
a unique identification number for the node.</dd>
<dt><code>MetaData</code>:</dt><dd>Object of class <code>list</code> containing
meta data at node level.</dd>
<dt><code>children</code>:</dt><dd>Object of class <code>list</code> containing
either zero, one or two <code>MetaDataNode</code>s resulting in a binary
tree.</dd>
</dl>

<h3>Author(s)</h3>

<p>
Ingo Feinerer
</p>



<hr><div align="center">[Package <em>tm</em> version 0.3 <a href="00Index.html">Index]</a></div>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?