computeElasticPrincipalGraph: Compute the elastic principal graph

Description Usage Arguments Value

Description

Compute the elastic principal graph

Usage

1
2
3
computeElasticPrincipalGraph(Data, NumNodes, NodesPositions = NULL,
  Edges = NULL, Method = NULL, NodeStep = NULL, ReduceMethod = "none",
  ReduceSize = 3, ...)

Arguments

Data

The datapoints to be used. Rows are expected to indicate the points and columes their dimensions

NumNodes

The number of nodes to be used to compute the principal graph

Method

The parametriation associated with a specific graph grammar.

ReduceMethod

An optional string indicating if dimensionality reduction via PCA need to per performed

ReduceSize

Th number of dimensions to retain in case of dimensionality reduction

...

Additional parameters to be passed to the internal function thqt computes the principal graph

Value

A list describing the principal elastic graph


Albluca/rpgraph documentation built on May 5, 2019, 1:35 p.m.