Click or drag to resize
Accord.NET (logo)

TSNEPerplexity Property

Gets or sets t-SNE's perplexity value. Default is 50.

Namespace:  Accord.MachineLearning.Clustering
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Perplexity { get; set; }
Request Example View Source

Property Value

Type: Double
See Also