Последняя версия

niftiLoader 1.0.1

Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.

Лицензия

Лицензия

Категории

Категории

Weka Прикладные библиотеки Machine Learning
Группа

Группа

nz.ac.waikato.cms.weka
Идентификатор

Идентификатор

nifiLoader
Версия

Версия

1.0.1
Тип

Тип

jar
Описание

Описание

niftiLoader
Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.
Ссылка на сайт

Ссылка на сайт

http://weka.sourceforge.net/doc.packages/niftiLoader
Организация-разработчик

Организация-разработчик

University of Waikato, Hamilton, NZ
Система контроля версий

Система контроля версий

https://svn.cms.waikato.ac.nz/svn/weka/tags/nifiLoader-1.0.1

Скачать nifiLoader 1.0.1


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/nifiLoader/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>nifiLoader</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/nifiLoader/
implementation 'nz.ac.waikato.cms.weka:nifiLoader:1.0.1'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/nifiLoader/
implementation ("nz.ac.waikato.cms.weka:nifiLoader:1.0.1")
'nz.ac.waikato.cms.weka:nifiLoader:jar:1.0.1'
<dependency org="nz.ac.waikato.cms.weka" name="nifiLoader" rev="1.0.1">
  <artifact name="nifiLoader" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='nifiLoader', version='1.0.1')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "nifiLoader" % "1.0.1"
[nz.ac.waikato.cms.weka/nifiLoader "1.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev jar [3.7.8,)

test (2)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.8,)
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.