configuration_fit | R Documentation |
A configuration_fit
object is returned by the
fit_configuration
function for a given group network. A
configuration_fit_set
object is returned by the
fit_configuration_set
function when ties.method = "all"
.
is.configuration_fit(x) is.configuration_fit_set(x)
A configuration_fit
object has the following elements:
x
: The group network used to fit a configuration.
fit
: The best-fitting configuration with its rows and columns
reordered to correspond with its best fit to the group network.
configuration_id
: The id
associated with the
configuration.
score
: The fit score for the configuration.
potential
: The highest (or lowest when maximize = FALSE
)
potential score given x
.
A configuration_fit
object also has the following attributes:
duration
: Duration of solver function.
solver
: Name of solver used.
ROI_obj
: Returned object from the ROI_solve
function, if used.
lp_structure
: Structure of the linear program submitted to
ROI_solve
function, if used.
fit_configuration
, fit_configuration_set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.