Description Usage Arguments Slots See Also Examples
The fcm class of object is a special type of fcm object with additional slots, described below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S4 method for signature 'fcm'
t(x)
## S4 method for signature 'fcm,numeric'
Arith(e1, e2)
## S4 method for signature 'numeric,fcm'
Arith(e1, e2)
## S4 method for signature 'fcm,index,index,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,index,index,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,missing,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,missing,missing,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,index,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,index,missing,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,missing,index,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'fcm,missing,index,logical'
x[i, j, ..., drop = TRUE]
|
x |
the fcm object |
e1 |
first quantity in "+" operation for fcm |
e2 |
second quantity in "+" operation for fcm |
i |
index for features |
j |
index for features |
... |
additional arguments not used here |
drop |
always set to |
contextthe context definition
windowthe size of the window, if context = "window"
counthow co-occurrences are counted
weightscontext weighting for distance from target feature, equal in length to window
marginfrequencies of features in the original dfm or tokens
triwhether the lower triangle of the symmetric V \times V matrix is recorded
orderedwhether a term appears before or after the target feature are counted separately
fcm
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.