Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/recog/doc/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.0.2025 mit Größe 5 kB image not shown  

Quelle  chap8_mj.html   Sprache: HTML

 
 products/Sources/formale Sprachen/GAP/pkg/recog/doc/chap8_mj.html


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript"
  src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>GAP (recog) - Chapter 8: Renaming</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="GAPDoc2HTML" />
<link rel="stylesheet" type="text/css" href="manual.css" />
<script src="manual.js" type="text/javascript"></script>
<script type="text/javascript">overwriteStyle();</script>
</head>
<body class="chap8"  onload="jscontent()">


<div class="chlinktop"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a href="chap4_mj.html">4</a>  <a href="chap5_mj.html">5</a>  <a href="chap6_mj.html">6</a>  <a href="chap7_mj.html">7</a>  <a href="chap8_mj.html">8</a>  <a href="chap9_mj.html">9</a>  <a href="chapBib_mj.html">Bib</a>  <a href="chapInd_mj.html">Ind</a>  </div>

<div class="chlinkprevnexttop"> <a href="chap0_mj.html">[Top of Book]</a>   <a href="chap0_mj.html#contents">[Contents]</a>    <a href="chap7_mj.html">[Previous Chapter]</a>    <a href="chap9_mj.html">[Next Chapter]</a>   </div>

<p id="mathjaxlink" class="pcenter"><a href="chap8.html">[MathJax off]</a></p>
<p><a id="X7BDCE7F2792D75D3" name="X7BDCE7F2792D75D3"></a></p>
<div class="ChapSects"><a href="chap8_mj.html#X7BDCE7F2792D75D3">8 <span class="Heading">Renaming</span></a>
</div>

<h3>8 <span class="Heading">Renaming</span></h3>

<p>Many of the names in the recog package were found to be unintuitive or inconsistent with other names. For these reasons the names were changed to be more descriptive and to follow the internal consistency of <strong class="pkg">GAP</strong>. In this chapter a dictionary from old to new names is included. The meanings of the old names for components of a recognition node are described in Section 2.6 "Components of the recognition node" of the article <a href="chapBib_mj.html#biBNS06">[NS06]</a>.</p>

<div class="pcenter"><table class="GAPDocTable">
<caption class="GAPDocTable"><b>Table: </b>Renaming</caption>
<tr>
<td class="tdleft"><em>Old Name</em></td>
<td class="tdleft"><em>New Name</em></td>
</tr>
<tr>
<td class="tdleft"><code class="code">RecognitionInfoFamily</code></td>
<td class="tdleft"><code class="func">RecogNodeFamily</code> (<a href="chap3_mj.html#X7D2B419B83CD3BF8"><span class="RefLink">3.2-1</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">IsRecognitionInfo</code></td>
<td class="tdleft"><code class="func">IsRecogNode</code> (<a href="chap3_mj.html#X801C44668004C0A0"><span class="RefLink">3.2-2</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">RIFac</code></td>
<td class="tdleft"><code class="func">ImageRecogNode</code> (<a href="chap3_mj.html#X78DE5A1782456494"><span class="RefLink">3.2-10</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">RIKer</code></td>
<td class="tdleft"><code class="func">KernelRecogNode</code> (<a href="chap3_mj.html#X7DE53FAA782440B2"><span class="RefLink">3.2-11</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">RIParent</code></td>
<td class="tdleft"><code class="func">ParentRecogNode</code> (<a href="chap3_mj.html#X83BA3AE582319312"><span class="RefLink">3.2-12</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">methodsforfactor</code></td>
<td class="tdleft"><code class="func">methodsforimage</code> (<a href="chap3_mj.html#X82F234BC853D1323"><span class="RefLink">3.2-17</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">forfactor</code></td>
<td class="tdleft"><code class="func">InitialDataForImageRecogNode</code> (<a href="chap3_mj.html#X86F6DB9482B4D8AC"><span class="RefLink">3.2-33</span></a>)</td>
</tr>
<tr>
<td class="tdleft"><code class="code">forkernel</code></td>
<td class="tdleft"><code class="func">InitialDataForKernelRecogNode</code> (<a href="chap3_mj.html#X868D75F87B0F33C5"><span class="RefLink">3.2-32</span></a>)</td>
</tr>
</table><br />
</div>


<div class="chlinkprevnextbot"> <a href="chap0_mj.html">[Top of Book]</a>   <a href="chap0_mj.html#contents">[Contents]</a>    <a href="chap7_mj.html">[Previous Chapter]</a>    <a href="chap9_mj.html">[Next Chapter]</a>   </div>


<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a href="chap4_mj.html">4</a>  <a href="chap5_mj.html">5</a>  <a href="chap6_mj.html">6</a>  <a href="chap7_mj.html">7</a>  <a href="chap8_mj.html">8</a>  <a href="chap9_mj.html">9</a>  <a href="chapBib_mj.html">Bib</a>  <a href="chapInd_mj.html">Ind</a>  </div>

<hr />
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>

99%


¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.