| fit_ftree | R Documentation |
The function checks the inputs,
then switch on different methods of component clustering
according to the option opt.method.
Three methods (opt.method = c("sort", "divisive", "agglomerative"))
generate a hierarchical tree.
The last method (opt.method = "cluster")
generates a non-hierarchical tree of clustering.
fit_ftree(fobs, mOccur,
xpr = stats::setNames(rep(1, length(fobs)),rep("a", length(fobs))),
affectElt = rep(1, dim(mOccur)[2]),
opt.method = "divisive",
opt.mean = "amean",
opt.model = "byelt",
opt.nbMax = dim(mOccur)[2] )
fobs |
a numeric vector. The vector |
mOccur |
a matrix of occurrence (occurrence of elements).
Its first dimension equals to |
xpr |
a vector of numerics of |
affectElt |
a vector of integers
of If If |
opt.method |
a string that specifies the method to use.
If If If |
opt.mean |
a character equals to Modelled performances are computed
using arithmetic mean ( |
opt.model |
a character equals to If If |
opt.nbMax |
an integer, comprizes between 1 and nbElt,
that indicates the last level of hierarchical tree to compute.
This option is very useful to shorten computing-time
in the test-functions
|
None.
Return a primary tree of clustering of components for their effect on the performances of component assemblages.