A B C D E F G H I K L M N O P R S T U V W Z 
All Classes All Packages

L

LBG - Class in ristretto.jmltools.clustering
Implements the LBG algorithm [1].
LBG() - Constructor for class ristretto.jmltools.clustering.LBG
Construct a default LBG clusterer with 4 clusters, a stop criterion of 1e-4, a default random generator and using the Euclidean distance.
LBG(int) - Constructor for class ristretto.jmltools.clustering.LBG
Construct a default LBG clusterer with the specified number of clusters, a stop criterion of 1e-4, a default random generator and using the Euclidean distance.
LBG(int, double) - Constructor for class ristretto.jmltools.clustering.LBG
Create a new LBG clusterer with the given number of clusters and stop criterion.
LBG(int, double, DistanceMeasure) - Constructor for class ristretto.jmltools.clustering.LBG
Create a new LBG clusterer with the given number of clusters, stop criterion and distance measure.
LBG(int, DistanceMeasure) - Constructor for class ristretto.jmltools.clustering.LBG
Create a new LBG clusterer with the given number of clusters and distance measure.
LEXICOGRAPHIC_PREAMBLE - Static variable in class ristretto.ecjtools.LexicographicFitness
Basic preamble for printing Fitness values out
LexicographicFitness - Class in ristretto.ecjtools
Lexicographic Fitness is a subclass of Fitness which implements a fitness estimation composed of several objectives that have to be optimized.
LexicographicFitness() - Constructor for class ristretto.ecjtools.LexicographicFitness
 
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes All Packages