MétaCan
Menu
Back to cohort
Record W6931249173 · doi:10.5281/zenodo.4587540

xieguigang/bclusterTree: bclusterTree

2021· other· en· W6931249173 on OpenAlexaff

Bibliographic record

VenueZenodo (CERN European Organization for Nuclear Research) · 2021
Typeother
Languageen
FieldMedicine
TopicMyasthenia Gravis and Thymoma
Canadian institutionsOntario Genomics
Fundersnot available
KeywordsTubulopathySulfinpyrazoneFuzzy clusteringFunction (biology)Measure (data warehouse)Nucleofection

Abstract

fetched live from OpenAlex

bclusterTree a generic data object clustering based on binary tree similarity measurement basic usage 1. define a index order for compares of any two data elements such index order function is a kind of function for evaluate the compares order of your data when building a binary tree based on the input data that you assign to the object list. in binary tree, 0 means identical, 1 means right and -1 means left, so your index order function should produce this 3 integer values, example as: index = function(a, b) { if (abs(a - b) <= 0.1) { 0 } else if (a > b) { 1 } else { -1 } } 2. run data clustering then we could run the clustering based on the rule that you defined in the index function: x = runif(100); c = bcluster(x, index) # view data result of the clustering for(name in names(c)) { print(name); print(x[c[[name]]]); } A more complexes demo: clustering 2D points # raw data x = runif(100); y = runif(100); seq = lapply(1:length(x), function(i) list(v = c(x[i], y[i]))); we define the raw data set at first, and then we could define an index function based on the data structure that we've defined previous, example like apply the euclidean distance for the [x,y] vector: # define compares order index = function(p1, p2) { d = sqrt(sum((p1$v - p2$v) ^ 2)); if (d <= 0.3) { 0 } else if (d <= 0.6) { 1 } else { -1 } } Finally we could run the data clustering and data visualization by: # run clustering c = bcluster(seq, index); # plot result data plot(x, y, pch = 2, col = "white"); i = 1; colors1 = c( "red", "blue", "green", "yellow", "steelblue", "purple", "black", "orange", "gray", "cyan", "pink", "skyblue", "limegreen" ); for(name in names(c)) { points(x[c[[name]]], y[c[[name]]], pch=25, col=colors1[i], bg=colors1[i]); i = i + 1; } Run the example demo code, then you should get a image plot looks liked:

Fetched live from OpenAlex and de-inverted. Abstracts are not stored in this database: the inverted indexes are 8.6 GB of the frame’s 9.3 GB of text, and the host has 13 GB free.

How this classification was reachedexpand

Full frame machine prediction

Teacher imitation

Not calibrated prevalence, not ground truth. Human validation pending. The Gemma side is a direct model label for every work in the frame, read from the title-only record. The Codex side is a classifier learned from the 10,348 direct Codex labels and calibrated to design-weighted sample rates; fields without enough sample support carry no Codex call. Candidate is the union of the two sides; consensus is their intersection. These outputs are machine_predicted_unvalidated and are not human labels.

metaresearch head score (Codex)0.001
metaresearch head score (Gemma)0.004
Version: metacan-v3-hybrid-931329e0061cValidation status: machine_predicted_unvalidated
Candidate categoriesnone
Consensus categoriesnone
DomainCandidate signal: none · Consensus signal: none
Study designCandidate signal: Not applicable · Consensus signal: Not applicable
GenreCandidate signal: Software · Consensus signal: Software
Teacher disagreement score0.113
Threshold uncertainty score0.376

Distilled classifier scores by category (both heads)

CategoryCodexGemma
Metaresearch0.0010.004
Meta-epidemiology (narrow)0.0020.002
Meta-epidemiology (broad)0.0010.002
Bibliometrics0.0030.004
Science and technology studies0.0010.001
Scholarly communication0.0030.005
Open science0.0040.005
Research integrity0.0020.003
Insufficient payload (model declined to judge)0.1130.104

Machine scores (provisional)

The two teacher heads of the student model, read on this work. A score orders the frame for review; it never asserts a category, and the validation status ships verbatim with every row.

Baseline scores from an immature model (maturity gate not passed, 7 training rounds). Scores rank; they never assert a category.

Opus teacher head0.034
GPT teacher head0.262
Teacher spread0.228 · how far apart the two teachers sit on this one work
Validation statusscore_only:v0-immature-baseline · verbatim from the scoring run: score_only means the number may rank works, and no category label ships from it

Classification

machine, unvalidated

Machine predicted; a candidate call from one source (direct Gemma or distilled Codex), not a consensus.

The models applied no category: nothing in the taxonomy fit this work.
Study designNot applicable
Domainnot available
GenreSoftware

How this classification was reached, model by model and score by score, is at the end of the page under "How this classification was reached".

Quick stats

Citations0
Published2021
Admission routes1
Has abstractyes

Explore more

Same venueZenodo (CERN European Organization for Nuclear Research)Same topicMyasthenia Gravis and ThymomaFrench-language works237,207