|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Main.MeasureStrategy | |
---|---|
de.uni_leipzig.bf.cluster |
Provides the classes which implement BorderFlow algorithm. |
Uses of Main.MeasureStrategy in de.uni_leipzig.bf.cluster |
---|
Methods in de.uni_leipzig.bf.cluster that return Main.MeasureStrategy | |
---|---|
static Main.MeasureStrategy |
Main.MeasureStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Main.MeasureStrategy[] |
Main.MeasureStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.uni_leipzig.bf.cluster with parameters of type Main.MeasureStrategy | |
---|---|
static void |
Main.borderFlowDemo(java.lang.String input,
java.lang.String output,
double threshold,
boolean mode,
boolean heuristic,
boolean caching,
Main.HardenStrategy hardenStrategy,
Main.MeasureStrategy measureStrategy)
A demo of BorderFlow CLI version. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |