Accessor functions
Functions to retrieve information out of the SIAMCAT object
|
label()
|
Retrieve the label from a SIAMCAT object |
meta()
|
Retrieve the metadata from a SIAMCAT object |
get.orig_feat.matrix()
|
Retrieve the original features from a SIAMCAT object |
associations()
|
Retrieve the results of association testing from a SIAMCAT object |
assoc_param()
|
Retrieve the list of parameters for association testing from
a SIAMCAT object |
filt_params()
|
Retrieve the list of parameters for feature filtering from a
SIAMCAT object |
get.filt_feat.matrix()
|
Retrieve the filtered features from a SIAMCAT object |
data_split()
|
Retrieve the data split from a SIAMCAT object |
norm_params()
|
Retrieve the list of parameters for feature normalization from a
SIAMCAT object |
get.norm_feat.matrix()
|
Retrieve the normalized features from a SIAMCAT object |
models()
|
Retrieve list of trained models from a SIAMCAT object |
model_type()
|
Retrieve the machine learning method from a SIAMCAT object |
feature_type()
|
Retrieve the feature type used for model training from a SIAMCAT
object |
feature_weights()
|
Retrieve the matrix of feature weights from a SIAMCAT object |
weight_matrix()
|
Retrieve the weight matrix from a SIAMCAT object |
pred_matrix()
|
Retrieve the prediction matrix from a SIAMCAT object |
eval_data()
|
Retrieve the evaluation metrics from a SIAMCAT object |