Uses of Class
elki.projection.PerplexityAffinityMatrixBuilder
-
Packages that use PerplexityAffinityMatrixBuilder Package Description elki.projection Data projections (see also preprocessing filters for basic projections). -
-
Uses of PerplexityAffinityMatrixBuilder in elki.projection
Subclasses of PerplexityAffinityMatrixBuilder in elki.projection Modifier and Type Class Description class
IntrinsicNearestNeighborAffinityMatrixBuilder<O>
Build sparse affinity matrix using the nearest neighbors only, adjusting for intrinsic dimensionality.class
NearestNeighborAffinityMatrixBuilder<O>
Build sparse affinity matrix using the nearest neighbors only.Methods in elki.projection that return PerplexityAffinityMatrixBuilder Modifier and Type Method Description PerplexityAffinityMatrixBuilder<O>
PerplexityAffinityMatrixBuilder.Par. make()
-