Base Distance: private API

PortfolioOptimisers.AbstractDistanceAlgorithmType
abstract type AbstractDistanceAlgorithm <: AbstractAlgorithm

Abstract supertype for all distance algorithm types.

All concrete and/or abstract types implementing specific distance-based algorithms (such as correlation distance, absolute distance, log distance, or information-theoretic distances) should be subtypes of AbstractDistanceAlgorithm.

Related

source