Description Usage Arguments Examples
generate the configuration for the data
1 2 3 4 5 6 7 8 | configuration_setting_generation(
featureNum = 50,
DataNum = c(100, 100, 100, 100),
commonlySharedNum = 2,
partiallySharedNum = c(2, 2, 2, 2),
individualSharedNum = c(2, 2, 2, 2),
noiseVariance = c(1, 1, 1, 1)
)
|
featureNum |
number of features |
DataNum |
number of data |
commonlySharedNum |
number of common component |
partiallySharedNum |
number of partial shared component |
individualSharedNum |
number of individual component |
noiseVariance |
variance of noise |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.