|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.graph.cut.GraphCut
jml.graph.cut.MinMaxCut
public class MinMaxCut
Constructor Summary | |
---|---|
MinMaxCut(int K)
|
Method Summary | |
---|---|
void |
cut()
Do graph cut/clustering. |
void |
initialize()
Initialization. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class jml.graph.cut.GraphCut |
---|
getIndicatorMatrix, getK, getWeightMatrix, setK |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinMaxCut(int K)
Method Detail |
---|
public void initialize()
GraphCut
initialize
in class GraphCut
public void cut()
GraphCut
cut
in class GraphCut
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |