{
  "_id": "6a1bfff61d7bb097a0a291ad",
  "Package": "mtlgmm",
  "Type": "Package",
  "Title": "Unsupervised Multi-Task and Transfer Learning on Gaussian\nMixture Models",
  "Version": "0.1.0",
  "Authors@R": "c(person(\"Ye\", \"Tian\", role = c(\"aut\", \"cre\"), email = \"ye.t@columbia.edu\"), person(\"Haolei\", \"Weng\", role = \"aut\", email = \"wenghaol@msu.edu\"), person(\"Yang\", \"Feng\", role = \"aut\", email = \"yang.feng@nyu.edu\"))",
  "Description": "Unsupervised learning has been widely used in many\nreal-world applications. One of the simplest and most important\nunsupervised learning models is the Gaussian mixture model\n(GMM). In this work, we study the multi-task learning problem\non GMMs, which aims to leverage potentially similar GMM\nparameter structures among tasks to obtain improved learning\nperformance compared to single-task learning. We propose a\nmulti-task GMM learning procedure based on the\nExpectation-Maximization (EM) algorithm that not only can\neffectively utilize unknown similarity between related tasks\nbut is also robust against a fraction of outlier tasks from\narbitrary sources. The proposed procedure is shown to achieve\nminimax optimal rate of convergence for both parameter\nestimation error and the excess mis-clustering error, in a wide\nrange of regimes. Moreover, we generalize our approach to\ntackle the problem of transfer learning for GMMs, where similar\ntheoretical results are derived. Finally, we demonstrate the\neffectiveness of our methods through simulations and a real\ndata analysis. To the best of our knowledge, this is the first\nwork studying multi-task and transfer learning on GMMs with\ntheoretical guarantees. This package implements the algorithms\nproposed in Tian, Y., Weng, H., & Feng, Y. (2022)\n<arXiv:2209.15224>.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 09:28:19 UTC",
    "User": "root"
  },
  "Author": "Ye Tian [aut, cre], Haolei Weng [aut], Yang Feng [aut]",
  "Maintainer": "Ye Tian <ye.t@columbia.edu>",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://ytstat.r-universe.dev",
  "Date/Publication": "2022-10-31 13:17:37 UTC",
  "RemoteUrl": "https://github.com/cran/mtlgmm",
  "RemoteRef": "HEAD",
  "RemoteSha": "e551d0802ea81284d4241979c7b21f9db3467532",
  "MD5sum": "3f2c59364909b0e36f14b15a90c2bc01",
  "_user": "ytstat",
  "_type": "src",
  "_file": "mtlgmm_0.1.0.tar.gz",
  "_fileid": "5878a85241a1d17e4a130d5d702662cc4ae2f9be1194f313d91584f94f038b66",
  "_filesize": 153270,
  "_sha256": "5878a85241a1d17e4a130d5d702662cc4ae2f9be1194f313d91584f94f038b66",
  "_created": "2026-05-31T09:28:19.000Z",
  "_published": "2026-05-31T09:31:34.296Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78715363547,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315618190"
    },
    {
      "job": 78715363557,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315620085"
    },
    {
      "job": 78715363544,
      "time": 129,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315616318"
    },
    {
      "job": 78715363546,
      "time": 111,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315614396"
    },
    {
      "job": 78715205572,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315603591"
    },
    {
      "job": 78715363548,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315614839"
    },
    {
      "job": 78715363550,
      "time": 120,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315615355"
    },
    {
      "job": 78715363551,
      "time": 130,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315616515"
    },
    {
      "job": 78715363556,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315615194"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mtlgmm",
  "_commit": {
    "id": "e551d0802ea81284d4241979c7b21f9db3467532",
    "author": "Ye Tian <ye.t@columbia.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1667222257
  },
  "_maintainer": {
    "name": "Ye Tian",
    "email": "ye.t@columbia.edu",
    "login": "ytstat",
    "description": "Postdoc in Biostatistics, Yale University",
    "uuid": 44246085
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "mclust",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "ytstat",
      "count": 1,
      "uuid": 44246085
    }
  ],
  "_userbio": {
    "uuid": 44246085,
    "type": "user",
    "name": "Ye Tian",
    "description": "Postdoc in Biostatistics, Yale University"
  },
  "_downloads": {
    "count": 148,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mtlgmm"
  },
  "_searchresults": 15,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mtlgmm.html",
    "manual.pdf"
  ],
  "_realowner": "ytstat",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-10-31"
    }
  ],
  "_exports": [
    "alignment",
    "alignment_swap",
    "data_generation",
    "estimation_error",
    "initialize",
    "misclustering_error",
    "mtlgmm",
    "predict_gmm",
    "tlgmm"
  ],
  "_help": [
    {
      "page": "alignment",
      "title": "Align the initializations.",
      "topics": [
        "alignment"
      ]
    },
    {
      "page": "alignment_swap",
      "title": "Complete the alignment of initializations based on the output of function 'alignment_swap'.",
      "topics": [
        "alignment_swap"
      ]
    },
    {
      "page": "data_generation",
      "title": "Generate data for simulations.",
      "topics": [
        "data_generation"
      ]
    },
    {
      "page": "estimation_error",
      "title": "Caluclate the estimation error of GMM parameters under the MTL setting (the worst performance among all tasks).",
      "topics": [
        "estimation_error"
      ]
    },
    {
      "page": "initialize",
      "title": "Initialize the estimators of GMM parameters on each task.",
      "topics": [
        "initialize"
      ]
    },
    {
      "page": "misclustering_error",
      "title": "Calculate the misclustering error given the predicted cluster labels.",
      "topics": [
        "misclustering_error"
      ]
    },
    {
      "page": "mtlgmm",
      "title": "Fit binary Gaussian mixture models (GMMs) on multiple data sets under a multi-task learning (MTL) setting.",
      "topics": [
        "mtlgmm"
      ]
    },
    {
      "page": "predict_gmm",
      "title": "Clustering new observations based on fitted GMM estimators.",
      "topics": [
        "predict_gmm"
      ]
    },
    {
      "page": "tlgmm",
      "title": "Fit the binary Gaussian mixture model (GMM) on target data set by leveraging multiple source data sets under a transfer learning (TL) setting.",
      "topics": [
        "tlgmm"
      ]
    }
  ],
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "doParallel",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "mclust",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "mtlgmm",
  "_universes": [
    "ytstat"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T09:30:19.000Z",
      "distro": "noble",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "9926363e693d895d128c9f9d6b1ec35b7e363fbe76357d6305e0829903e1ef0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T09:30:28.000Z",
      "distro": "noble",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "861f0cda206c82eb3595a2d9872943e47f59de1a144f146a57f96bebf148947c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-31T09:30:02.000Z",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "a0027af77f16a23fa47bea5326ccae91ccdf5f3807837d9e347929bdfd260521",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-31T09:29:49.000Z",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "e7642724930441025315b644ea7cd59df1a3b1a8600e595b708f56b8f872f6ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-31T09:30:31.000Z",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "93f895ca4df4c40e80b84648a8eca8e9da674115e2ab3e5a8979169ec7d89e17",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-31T09:29:31.000Z",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "37cf3f2d4a26be2a5de3ce2b892e98eaa60552c487a4813e61cfe9947a5b02a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-31T09:29:39.000Z",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "6b7d2ca7cbc1c69528e04179fa5cd10efbe3fd835da73addb23c15a85999aaf2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-31T09:29:32.000Z",
      "commit": "e551d0802ea81284d4241979c7b21f9db3467532",
      "fileid": "7bf8a9efc712e01d20ef0bd95a40e69354ceef2687ba89415057d9a123572eea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/26708847726"
    }
  ]
}