Namespaces | Enumerations
distance_type.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ML
 
 ML::distance
 

Enumerations

enum class  ML::distance::DistanceType {
  ML::distance::L2Expanded = 0 , ML::distance::L2SqrtExpanded = 1 , ML::distance::CosineExpanded = 2 , ML::distance::L1 = 3 ,
  ML::distance::L2Unexpanded = 4 , ML::distance::L2SqrtUnexpanded = 5 , ML::distance::InnerProduct = 6 , ML::distance::Linf = 7 ,
  ML::distance::Canberra = 8 , ML::distance::LpUnexpanded = 9 , ML::distance::CorrelationExpanded = 10 , ML::distance::JaccardExpanded = 11 ,
  ML::distance::HellingerExpanded = 12 , ML::distance::Haversine = 13 , ML::distance::BrayCurtis = 14 , ML::distance::JensenShannon = 15 ,
  ML::distance::HammingUnexpanded = 16 , ML::distance::KLDivergence = 17 , ML::distance::RusselRaoExpanded = 18 , ML::distance::DiceExpanded = 19 ,
  ML::distance::BitwiseHamming = 20 , ML::distance::Precomputed = 100
}