SolrNet: SolrNet.Commands.Parameters.Algorithms Class Reference

SolrNet

SolrNet.Commands.Parameters.Algorithms Class Reference

Clustering algorithms. See details in:

<bullet>http://project.carrot2.org/algorithms.html</bullet> <bullet>http://download.carrot2.org/stable/manual/#section.advanced-topics.fine-tuning.choosing-algorithm</bullet> More...

List of all members.

Public Attributes

const string Lingo = "org.carrot2.clustering.lingo.LingoClusteringAlgorithm"
 Diversity: High , many small (outlier) clusters highlighted. Labels: Longer, often more descriptive. Scalability: Low. For more than about 1000 documents, Lingo clustering will take a long time and large memory.
const string STC = "org.carrot2.clustering.stc.STCClusteringAlgorithm"
 Diversity: Low, small (outlier) clusters rarely highlighted. Labels: Shorter, but still appropriate. Scalability: High.
const string KMeans = "org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm"
 Diversity: Low, small (outlier) clusters rarely highlighted. Labels: One-word only, may not always describe all documents in the cluster. Scalability: Low, based on similar data structures as Lingo.

Detailed Description

Clustering algorithms. See details in:

<bullet>http://project.carrot2.org/algorithms.html</bullet> <bullet>http://download.carrot2.org/stable/manual/#section.advanced-topics.fine-tuning.choosing-algorithm</bullet>


Member Data Documentation

const string SolrNet.Commands.Parameters.Algorithms.KMeans = "org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm"

Diversity: Low, small (outlier) clusters rarely highlighted. Labels: One-word only, may not always describe all documents in the cluster. Scalability: Low, based on similar data structures as Lingo.

const string SolrNet.Commands.Parameters.Algorithms.Lingo = "org.carrot2.clustering.lingo.LingoClusteringAlgorithm"

Diversity: High , many small (outlier) clusters highlighted. Labels: Longer, often more descriptive. Scalability: Low. For more than about 1000 documents, Lingo clustering will take a long time and large memory.

const string SolrNet.Commands.Parameters.Algorithms.STC = "org.carrot2.clustering.stc.STCClusteringAlgorithm"

Diversity: Low, small (outlier) clusters rarely highlighted. Labels: Shorter, but still appropriate. Scalability: High.


The documentation for this class was generated from the following file:
  • SolrNet/Commands/Parameters/ClusteringParameters.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by  doxygen 1.7.2