configuration_fit: Configuration fit and fit set objects

configuration_fitR Documentation

Configuration fit and fit set objects

Description

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".

Usage

is.configuration_fit(x)

is.configuration_fit_set(x)

Value

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.

See Also

fit_configuration, fit_configuration_set


stephen-l-jones/SmallGroupNetwork documentation built on April 25, 2022, 11:15 p.m.