Will generate a trajectory using ElPiGraph linear.
This method was wrapped inside a container. The original code of this method is available here.
ti_elpilinear(topology = "linear", NumNodes = 50L, NumEdges = 100000L, InitNodes = 2L, Mu = 0.1, Lambda = 0.01, MaxNumberOfIterations = 10L, eps = 0.01, CenterData = FALSE, run_environment = NULL)
| topology | discrete; The kind of topology to detect (default:  | 
|---|---|
| NumNodes | integer; The number of nodes of the principal graph (default:
 | 
| NumEdges | integer; The maximum number of edges (default:  | 
| InitNodes | integer; Number of points to include in the initial graph
(default:  | 
| Mu | numeric; Controls the elastic energy (default:  | 
| Lambda | numeric; Controls the elastic energy (default:  | 
| MaxNumberOfIterations | integer; Maximum number of steps to embed the
nodes (default:  | 
| eps | numeric; Minimal relative change in the position of the nodes to
stop embedment (default:  | 
| CenterData | logical; Should data and initial node positions be centered? | 
| run_environment | In which environment to run the method, can be  | 
A TI method wrapper to be used together with
infer_trajectory