acs: ACS (Associative Chunk Strength)

Description Usage Arguments Value

View source: R/ACS.R

Description

Computes Associative Chunk Strength

Usage

1
acs(train, test, n_gram = 2, anchor = FALSE)

Arguments

train

a vector of training strings

test

a vector of test strings

n_gram

the chunk sizes to analyze

anchor

whether the entire string is analyzed, or only the beginning and end of the string (i.e., anchors)

Value

a vector containing the ACS of each test string


cookm346/AGSuite documentation built on May 13, 2019, 10:50 p.m.