- Timestamp:
- 03/27/17 17:27:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/ISpacePartitioningTree.cs
r14785 r14788 33 33 void GetAllIndices(int[] indices); 34 34 int GetAllIndices(int[] indices, int loc); 35 void ComputeNonEdgeForces(int pointIndex, double theta, double[] negF, double[]sumQ);35 void ComputeNonEdgeForces(int pointIndex, double theta, double[] negF, ref double sumQ); 36 36 void ComputeEdgeForces(int[] rowP, int[] colP, double[] valP, int n, double[,] posF); 37 37
Note: See TracChangeset
for help on using the changeset viewer.