rtXDecom-class | R Documentation |
R6 class for rtemis cross-decompositions
R6 class for rtemis cross-decompositions
rtemis cross-decomposition R6 object
xdecom.name
Character: Name of cross-decomposition algorithm
k
Integer: Number of projections
xnames
Character vector: Column names of x
znames
Character vector: Column names of z
xdecom
Cross-decomposition model output
xprojections.train
x data training set projections
xprojections.test
x data test set data projections
zprojections.train
z data training set projections
zprojections.test
z data test set projections
parameters
Cross-decomposition parameters
extra
List: Algorithm-specific output
new()
rtXDecom$new( xdecom.name = character(), k = integer(), xnames = character(), znames = character(), xdecom = list(), xprojections.train = numeric(), xprojections.test = numeric(), zprojections.train = numeric(), zprojections.test = numeric(), parameters = list(), extra = list() )
xdecom.name
Character: Name of cross-decomposition algorithm
k
Integer: Number of projections
xnames
Character vector: Column names of x
znames
Character vector: Column names of z
xdecom
Cross-decomposition model output
xprojections.train
x data training set projections
xprojections.test
x data test set data projections
zprojections.train
z data training set projections
zprojections.test
z data test set projections
parameters
Cross-decomposition parameters
extra
List: Algorithm-specific output
print()
Print method for rtXDecom
objects
rtXDecom$print()
clone()
The objects of this class are cloneable with this method.
rtXDecom$clone(deep = FALSE)
deep
Whether to make a deep clone.
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.