Package org.carrot2.matrix.factorization.seeding

Interface Summary
SeedingStrategy Defines the seeding routine to be used as part of a matrix factorisation algorithm.
SeedingStrategyFactory A factory that produces objects implementing the SeedingStrategy interface.
 

Class Summary
KMeansSeedingStrategy Matrix seeding based on the k-means algorithms.
KMeansSeedingStrategyFactory Seeding based on a k-means clustering algorithm.
RandomSeedingStrategy Random matrix factorization seeding.
RandomSeedingStrategyFactory Creates random seeding strategies.
 



Copyright (c) Dawid Weiss, Stanislaw Osinski