Home
last modified time | relevance | path

Searched refs:dlabels (Results 1 – 25 of 37) sorted by relevance

12

/dports/misc/py-xgboost/xgboost-1.5.1/src/metric/
H A Drank_metric.cu49 auto dlabels = info.labels_.ConstDevicePointer(); in Eval() local
56 return EvalMetricT::EvalMetric(segment_pred_sorter, dlabels, *this); in Eval()
87 const float *dlabels, in EvalMetric()
130 const float *dlabels, in ComputeDCG()
166 const float *dlabels, in EvalMetric()
170 segment_label_sorter.SortItems(dlabels, pred_sorter.GetNumItems(), in EvalMetric()
206 const float *dlabels, in EvalMetric()
293 const float *dlabels) in ComputeItemPrecision() argument
328 auto dlabels = info.labels_.ConstDevicePointer(); in Eval() local
406 tp += wt * dlabels[dpreds_orig_pos[i]]; in Eval()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/src/metric/
H A Drank_metric.cu49 auto dlabels = info.labels_.ConstDevicePointer(); in Eval() local
56 return EvalMetricT::EvalMetric(segment_pred_sorter, dlabels, *this); in Eval()
87 const float *dlabels, in EvalMetric()
130 const float *dlabels, in ComputeDCG()
166 const float *dlabels, in EvalMetric()
170 segment_label_sorter.SortItems(dlabels, pred_sorter.GetNumItems(), in EvalMetric()
206 const float *dlabels, in EvalMetric()
293 const float *dlabels) in ComputeItemPrecision() argument
328 auto dlabels = info.labels_.ConstDevicePointer(); in Eval() local
406 tp += wt * dlabels[dpreds_orig_pos[i]]; in Eval()
[all …]
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/
H A De164.py55 dlabels = [d for d in name.labels if (d.isdigit() and len(d) == 1)]
56 if len(dlabels) != len(name.labels):
58 dlabels.reverse()
59 text = ''.join(dlabels)
H A Dname.py371 dlabels = ["%s%s" % (chr(len(x)), x.lower()) for x in labels]
372 return ''.join(dlabels)
/dports/finance/electrum/Electrum-4.1.5/packages/dns/
H A De164.py70 dlabels = [d for d in name.labels if d.isdigit() and len(d) == 1]
71 if len(dlabels) != len(name.labels):
73 dlabels.reverse()
74 text = b''.join(dlabels)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A De164.py71 dlabels = [d for d in name.labels if d.isdigit() and len(d) == 1]
72 if len(dlabels) != len(name.labels):
74 dlabels.reverse()
75 text = b''.join(dlabels)
H A Dname.py611 dlabels = [struct.pack('!B%ds' % len(x), len(x), x.lower())
613 return b''.join(dlabels)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A De164.py59 dlabels = [d for d in name.labels if d.isdigit() and len(d) == 1]
60 if len(dlabels) != len(name.labels):
62 dlabels.reverse()
63 text = b''.join(dlabels)
H A Dname.py575 dlabels = [struct.pack('!B%ds' % len(x), len(x), x.lower())
577 return b''.join(dlabels)
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A De164.py71 dlabels = [d for d in name.labels if d.isdigit() and len(d) == 1]
72 if len(dlabels) != len(name.labels):
74 dlabels.reverse()
75 text = b''.join(dlabels)
H A Dname.py611 dlabels = [struct.pack('!B%ds' % len(x), len(x), x.lower())
613 return b''.join(dlabels)
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A De164.py70 dlabels = [d for d in name.labels if d.isdigit() and len(d) == 1]
71 if len(dlabels) != len(name.labels):
73 dlabels.reverse()
74 text = b''.join(dlabels)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/
H A De164.py70 dlabels = [d for d in name.labels if d.isdigit() and len(d) == 1]
71 if len(dlabels) != len(name.labels):
73 dlabels.reverse()
74 text = b''.join(dlabels)
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_ranking_obj_gpu.cu22 dh::device_vector<T> dlabels(hlabels); in RankSegmentSorterTestImpl() local
23 seg_sorter.SortItems(dlabels.data().get(), dlabels.size(), group_indices, Comparator()); in RankSegmentSorterTestImpl()
133 dh::device_vector<bst_float> dlabels(hlabels); in TEST() local
152 dlabels.data().get(), in TEST()
189 dh::device_vector<bst_float> dlabels(hlabels); in TEST() local
216 dh::device_vector<bst_float> dlabels(hlabels); in TEST() local
235 dlabels.data().get(), in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_ranking_obj_gpu.cu22 dh::device_vector<T> dlabels(hlabels); in RankSegmentSorterTestImpl() local
23 seg_sorter.SortItems(dlabels.data().get(), dlabels.size(), group_indices, Comparator()); in RankSegmentSorterTestImpl()
133 dh::device_vector<bst_float> dlabels(hlabels); in TEST() local
152 dlabels.data().get(), in TEST()
189 dh::device_vector<bst_float> dlabels(hlabels); in TEST() local
216 dh::device_vector<bst_float> dlabels(hlabels); in TEST() local
235 dlabels.data().get(), in TEST()
/dports/graphics/vigra/vigra-8acd73a/test/classifier/
H A Dtest.cxx169 dlabels(ii, 0) = ii%2; in RF_InfCheck()
175 rf.learn(dfeatures, dlabels); in RF_InfCheck()
181 dfeatures(9,0) = dlabels(9,0); in RF_InfCheck()
182 dlabels(9,0) = 9%2; in RF_InfCheck()
185 rf.learn(dfeatures, dlabels); in RF_InfCheck()
337 dlabels(ii, 0) = ii%2; in RF_NanCheck()
341 rf_good.learn(dfeatures, dlabels); in RF_NanCheck()
348 rf.learn(dfeatures, dlabels); in RF_NanCheck()
357 dfeatures(9,0) = dlabels(9,0); in RF_NanCheck()
358 dlabels(9,0) = 9%2; in RF_NanCheck()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dman.c531 int32 *dlabels = NULL; /* array of data lables for an element */ in check_lab_desc() local
575 if ((dlabels = (int32 *)HDmalloc(num_dlabels * sizeof(int32))) == NULL) in check_lab_desc()
598 ret = ANannlist(an_handle, AN_DATA_LABEL, tag, ref, dlabels); in check_lab_desc()
615 ann_len = ret = ANannlen(dlabels[i]); in check_lab_desc()
639 ret = ANreadann(dlabels[i], ann_label, ann_len+1); in check_lab_desc()
643 ret = ANendaccess(dlabels[i]); in check_lab_desc()
714 if (dlabels != NULL) in check_lab_desc()
715 HDfree(dlabels); in check_lab_desc()
H A Dmanf.f320 integer dlabels(2), ddescs(2)
376 ret = afannlist(anh, AN_DATA_LABEL, tag, ref, dlabels)
387 annlen = afannlen(dlabels(j))
390 ret = afreadann(dlabels(j), inlabel, MAXLENLAB)
392 ret = afendaccess(dlabels(j))
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DName.java518 int dlabels = dnametarget.labels(); in fromDNAME() local
525 newname.setlabels(plabels + dlabels); in fromDNAME()
530 for (int i = 0, pos = 0; i < MAXOFFSETS && i < plabels + dlabels; i++) { in fromDNAME()
582 int dlabels = domain.labels(); in subdomain() local
583 if (dlabels > labels) in subdomain()
585 if (dlabels == labels) in subdomain()
587 return domain.equals(name, offset(labels - dlabels)); in subdomain()
/dports/misc/py-xgboost/xgboost-1.5.1/src/objective/
H A Drank_obj.cu509 const bst_float *dlabels, in MAPLambdaWeightComputer() argument
514 this->CreateMAPStats(dlabels, segment_label_sorter); in MAPLambdaWeightComputer()
517 void CreateMAPStats(const bst_float *dlabels, in CreateMAPStats() argument
531 const float *unsorted_labels = dlabels; in CreateMAPStats()
638 void Sort(const HostDeviceVector<bst_float> &dlabels, const std::vector<uint32_t> &groups) { in Sort() argument
639 this->SortItems(dlabels.ConstDevicePointer(), dlabels.Size(), groups); in Sort()
646 const bst_float *dlabels, // Unsorted labels in ComputeGradients() argument
669 LambdaWeightComputerT weight_computer(dpreds, dlabels, *this); in ComputeGradients()
/dports/misc/xgboost/xgboost-1.5.1/src/objective/
H A Drank_obj.cu509 const bst_float *dlabels, in MAPLambdaWeightComputer() argument
514 this->CreateMAPStats(dlabels, segment_label_sorter); in MAPLambdaWeightComputer()
517 void CreateMAPStats(const bst_float *dlabels, in CreateMAPStats() argument
531 const float *unsorted_labels = dlabels; in CreateMAPStats()
638 void Sort(const HostDeviceVector<bst_float> &dlabels, const std::vector<uint32_t> &groups) { in Sort() argument
639 this->SortItems(dlabels.ConstDevicePointer(), dlabels.Size(), groups); in Sort()
646 const bst_float *dlabels, // Unsorted labels in ComputeGradients() argument
669 LambdaWeightComputerT weight_computer(dpreds, dlabels, *this); in ComputeGradients()
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dhdfsds.c650 int32 *dlabels = NULL; in hdf_get_label_annot() local
668 if ((dlabels = (int32 *)HDmalloc(num_dlabels * sizeof(int32))) == NULL) in hdf_get_label_annot()
674 if (ANannlist(an_handle, AN_DATA_LABEL, ndgTag, ndgRef, dlabels) != num_dlabels) in hdf_get_label_annot()
682 if ((ann_len = ANannlen(dlabels[i])) == FAIL) in hdf_get_label_annot()
698 if (ANreadann(dlabels[i], ann_label, ann_len+1) == FAIL) in hdf_get_label_annot()
722 ANendaccess(dlabels[i]); in hdf_get_label_annot()
736 if(dlabels != NULL) in hdf_get_label_annot()
737 HDfree(dlabels); in hdf_get_label_annot()
/dports/math/gretl/gretl-2021d/addons/dbnomics/
H A Ddbnomics_public.inp251 bundle dlabels = b.dimensions_labels
253 strings dlabels = b.dimensions_codes_order
265 if typeof(dlabels) == 5
266 ret[i].label = dlabels[dci]
268 ret[i].label = dlabels[i]
/dports/biology/py-multiqc/multiqc-1.10/multiqc/plots/
H A Dbargraph.py436 dlabels = []
462 dlabels.append(d["name"])
513 dlabels,
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Drandom_forest_3.hxx393 std::set<LabelType> const dlabels(labels.begin(), labels.end()); in random_forest_impl() local
394 std::vector<LabelType> const distinct_labels(dlabels.begin(), dlabels.end()); in random_forest_impl()

12