Changeset 14503 for branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4
- Timestamp:
- 12/19/16 07:50:56 (8 years ago)
- Location:
- branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4
- Property svn:ignore
-
old new 6 6 Plugin.cs 7 7 *.user 8 .vs
-
- Property svn:ignore
-
branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/IDistance.cs
r14414 r14503 26 26 public interface IDistance<in T> : IItem { 27 27 /// <summary> 28 /// Calculates a distance measure between two ar ibitrary Vectors. The distance value d is28 /// Calculates a distance measure between two arbitrary vectors. The distance value d is 29 29 /// 1.) positive d(x,y)>=0 30 30 /// 2.) symmetric d(x,y) = d(y,x)
Note: See TracChangeset
for help on using the changeset viewer.