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