mRMRe (version 2.0.3)

adjacencyMatrix: Accessor function for the 'adjacencyMatrix' information in a mRMRe.Network object.

Description

The adjency matrix is a directed matrix of 0's and 1's indicating if there is a link between features.

Usage

## S3 method for class 'mRMRe.Network':
adjacencyMatrix(object)

Arguments

object
a mRMRe.Network object.

Examples

Run this code
data(cgps)
feature_data <- mRMR.data(data =  data.frame(cgps.ge))


# Build an mRMR-based network and display adjacency matrix (topology)
network <- new("mRMRe.Network", data = feature_data, target_indices = c(1, 2),
			levels = c(2, 1), layers = 1)
adjacencyMatrix(network)

Run the code above in your browser using DataLab