Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

📊 Implementation of DISTATIS using MATLAB

License

NotificationsYou must be signed in to change notification settings

dicemt/DISTATIS_matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Daisuke Matsuyoshi (National Institute for Radiological Sciences (QST-NIRS) andAraya, Inc.)

Implementation of DISTATIS written in MATLAB. DISTATIS is a generalization of classial multidimensional scaling and handlesm sets of data tables collected on the same set ofn observations, combining datasets into a common consensus structure, called "compromise."

Usage

Basic usage

[eigval,eigvector,fscore,eigval3,eigvector3,fscore3]= distatis(data);
  • data should be a 3D distance (dissimilarity) matrix [n x n x m].
    • n x n distance matrices stacking along 3rd dimensionm times
  • For example usage, seedistatis_demo.m

Outputs

  • eigval - Eigenvalues for compromise
  • eigvector - Eigenvector for compromise
  • fscore - Factor score for compromise
  • eigval3 - Eigenvalues for dim 3
  • eigvector3 - Eigenvector for dim 3
  • fscore3 - Factor score for dim 3

Reference

License

The DISTATIS_matlab is free but copyright software, distributed under the terms of theBSD 3-Clause "New" or "Revised" License.

Copyright (C) 2020-2022 Daisuke Matsuyoshi

This program is free software: you can redistribute it and/or modify it under the terms of the BSD 3-Clause "New" or "Revised" License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the BSD 3-Clause "New" or "Revised" License for more details.

You should have received a copy of the BSD 3-Clause "New" or "Revised" License along with this program. If not, seehttps://opensource.org/licenses/BSD-3-Clause.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp