ldcp_run: Execute the LDCP system

Description Usage Arguments Value Examples

Description

Execute the ldcp system in order to obtain the linguistic report. This method follows these three sequential steps 1) Data acquisition, 2) Interpretation and 3) Report generation. Data acquisition process gets the input data and prepares the data structure. Then, the data are interpreted using the GLMP. The result is a set of computational perceptions (CP) that are valid to describe these data. Finally, the report generation process generates a linguistic report using the report template and the previous set of CPs.

Usage

1
ldcp_run(ldcp, input = NULL)

Arguments

ldcp

is the ldcp system.

input

is the system input data. May be a vector, list, or matrix with numbers. It is a new input to the data_structure object. By default, is NULL.

Value

The ldcp object that contains the execution results.

Examples

1
## Not run: my_ldcp <- ldcp_run(my_ldcp)

Example output



rLDCP documentation built on May 2, 2019, 2:30 a.m.

Related to ldcp_run in rLDCP...