?? proximity-classes.html
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Classes “dist”, “ar_cross_dissimilarity” and “ar_similarity” — Proximity Matrices</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 proximity-classes {arules}"><tr><td>proximity-classes {arules}</td><td align="right">R Documentation</td></tr></table>
<h2>Classes “dist”, “ar_cross_dissimilarity” and “ar_similarity” — Proximity Matrices</h2>
<h3>Description</h3>
<p>
Simple classes to represent proximity matrices. For compatibility with
clustering functions in <code>R</code>, we represent dissimilarities as the
<code>S3</code> class <code>dist</code>. For cross-dissimilarities and similarities, we
provide the <code>S4</code> classes <code>ar_cross_dissimilarities</code> and
<code>ar_similarities</code>.
</p>
<h3>Objects from the Class</h3>
<p>
<code>dist</code> objects are the result of calling the method
<code><a href="dissimilarity.html">dissimilarity</a></code> with one argument or any <code>R</code> function
returning a <code>S3 dist</code> object.
</p>
<p>
<code>ar_cross_dissimilarity</code> objects are the result of calling the method
<code><a href="dissimilarity.html">dissimilarity</a></code> with two arguments, by calls of the form
<code>new("similarity", ...)</code>, or by coercion from matrix.
</p>
<p>
<code>ar_similarity</code> objects are the result of calling the method
<code><a href="affinity.html">affinity</a></code>, by calls of the form <code>new("similarity", ...)</code>,
or by coercion from matrix.
</p>
<h3>Slots</h3>
<p>
The <code>S4</code> classes have a <code>method</code> slot which contains the
type of measure used for calculation.
</p>
<h3>See Also</h3>
<p>
<code><a href="../../stats/html/dist.html">dist</a></code> (in package <code>stats</code>),
<code><a href="dissimilarity.html">dissimilarity</a></code>,
<code><a href="affinity.html">affinity</a></code>.
</p>
<hr><div align="center">[Package <em>arules</em> version 0.6-6 <a href="00Index.html">Index]</a></div>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -