ldcp_run {rLDCP} | R Documentation |
Execute the LDCP system
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
ldcp_run(ldcp, input = NULL)
Arguments
ldcp |
is the |
input |
is the system input data. May be a vector, list, or matrix with numbers. It is a new input to the |
Value
The ldcp
object that contains the execution results.
Examples
## Not run: my_ldcp <- ldcp_run(my_ldcp)
[Package rLDCP version 1.0.2 Index]