Matlab: perform min cut with positive non-integer edge weights
I am looking for a library\file to perform a m开发者_如何学JAVAin cut on an undirected graph with positive non-integer edge weights. Any good recommendations?
Have you checked MATLAB Graph functions:
http://www.mathworks.com/help/toolbox/mupad/Graph/index.html
http://www.mathworks.com/help/toolbox/mupad/Graph/minCut.html
it's not so difficult.
精彩评论