SIDANetDataExample | R Documentation |
Simulated data to demonstrate the use of SIDANet.
data(SIDANetDataExample)
A list with 6 elements:
A list with each entry containing two views of training data with dimension 240\times 1000 each. Rows are samples and columns are variables.
240 \times 1 vector of training class membership. There are three classes each with size 80.
A list with each entry containing two views of testing data with dimension 480\times 1000 each. Rows are samples and columns are variables.
480 \times 1 vector of testing class membership. There are three classes each with size 160.
A list with each entry containing a 36\times 2 matrix of edge information for each view. Assumes variable 1 is connected to variables 2 to 10, variable 11 is connected to variables 12 to 20, variable 21 is connected to variables 22 to 30 and variable 31 is connected to variables 32 to 40. All remaining variables are singletons.
A list with each entry containing edgeweight. In this example, views 1 and 2 have edge weights so the Laplacian of a weighted graph will be used.
Sandra E. Safo, Eun Jeong Min, and Lillian Haine (2019) , Sparse Linear Discriminant Analysis for Multi-view Structured Data, submitted
# see cvSIDANet or sidanet examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.