| Interface | Description |
|---|---|
| ISeedingStrategy |
Defines the seeding routine to be used as part of a matrix factorization
algorithm.
|
| ISeedingStrategyFactory |
A factory that produces objects implementing the
ISeedingStrategy
interface. |
| Class | Description |
|---|---|
| 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.
|
Matrix seeding strategies.