createITPSplineResult: createITPSplineResult

View source: R/ROBIN.R

createITPSplineResultR Documentation

createITPSplineResult

Description

creates an fdatest::ITP2 class object

Usage

createITPSplineResult(
  graph,
  model1,
  model2,
  muParam = 0,
  orderParam = 4,
  nKnots = 7,
  BParam = 10000,
  isPaired = TRUE
)

Arguments

graph

The output of prepGraph.

model1

The Mean output of the robinRobust function (or the Mean1 output of the comparison function).

model2

The MeanRandom output of the robinRobust function (or the Mean2 output of the comparison function).

muParam

the mu parameter for ITP2bspline (default 0).

orderParam

the order parameter for ITP2bspline (default 4).

nKnots

the nknots parameter for ITP2bspline (default 7).

BParam

the B parameter for ITP2bspline (default 10000).

isPaired

the paired parameter for ITP2bspline (default TRUE).

measure

The measure for the comparison of the communities "vi", "nmi", "split.join", "adjusted.rand".


robin documentation built on May 17, 2022, 1:07 a.m.