pystruct.inference.
inference_lp
(unary_potentials, pairwise_potentials, edges, relaxed=False, return_energy=False, **kwargs)[source]¶Inference with build-in LP solver using cvxopt backend.
Parameters: | unary_potentials : nd-array, shape (n_nodes, n_nodes)
pairwise_potentials : nd-array, shape (n_states, n_states) or (n_states, n_states, n_edges).
edges : nd-array, shape (n_edges, 2)
relaxed : bool (default=False)
return_energy : bool (default=False)
|
---|---|
Returns: | labels : nd-array
|