We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaceb0e commit a96cadfCopy full SHA for a96cadf
1 file changed
Data_science/DataMining/UMAP/Components/Utils.vb
@@ -84,7 +84,7 @@ Module Utils
84
''' </summary>
85
Public Function RejectionSample(nSamples As Integer, poolSize As Integer, random As IProvideRandomValues) As Integer()
86
Dim result = New Integer(nSamples - 1) {}
87
- Dim maxItrs As Integer = 1000
+ Dim maxItrs As Integer = 10000
88
89
For i As Integer = 0 To nSamples - 1
90
Dim rejectSample = True
0 commit comments