Extract probabilities for gips
object optimized with return_probabilities = TRUE
Source: R/gips_class.R
get_probabilities_from_gips.Rd
After the gips
object was optimized with
the find_MAP(return_probabilities = TRUE)
function, then
those calculated probabilities can be extracted with this function.
Value
Returns a numeric vector, calculated values of probabilities.
Names contain permutations this probabilities represent.
For gips
object optimized with find_MAP(return_probabilities = FALSE)
,
it returns a NULL
object.
It is sorted according to the probability.
See also
find_MAP()
- Theget_probabilities_from_gips()
is called on the output offind_MAP(return_probabilities = TRUE, save_all_perms = TRUE)
.vignette("Optimizers", package = "gips")
or its pkgdown page) - A place to learn more about the available optimizers.