matlab

Loader/saver that handles binary Matlab .mat files.

Лицензия

Лицензия

Группа

Группа

com.github.fracpete
Идентификатор

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

matlab-weka-package
Последняя версия

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

2021.1.13
Дата

Дата

Тип

Тип

jar
Описание

Описание

matlab
Loader/saver that handles binary Matlab .mat files.
Ссылка на сайт

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

https://github.com/fracpete/matlab-weka-package
Система контроля версий

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

https://github.com/fracpete/matlab-weka-package

Скачать matlab-weka-package

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.fracpete/matlab-weka-package/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>matlab-weka-package</artifactId>
    <version>2021.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/matlab-weka-package/
implementation 'com.github.fracpete:matlab-weka-package:2021.1.13'
// https://jarcasting.com/artifacts/com.github.fracpete/matlab-weka-package/
implementation ("com.github.fracpete:matlab-weka-package:2021.1.13")
'com.github.fracpete:matlab-weka-package:jar:2021.1.13'
<dependency org="com.github.fracpete" name="matlab-weka-package" rev="2021.1.13">
  <artifact name="matlab-weka-package" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='matlab-weka-package', version='2021.1.13')
)
libraryDependencies += "com.github.fracpete" % "matlab-weka-package" % "2021.1.13"
[com.github.fracpete/matlab-weka-package "2021.1.13"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev jar [3.7.11,)
us.hebi.matlab.mat : mfl-core jar 0.5.6

test (2)

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

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

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

matlab-weka-package

Weka package for loader and saver for binary Matlab .mat files, using the MFL library.

Options

The loader:

Usage:
	MatlabMatLoader <file.mat> [options]

Options:

-decimal <num>
	The maximum number of digits to print after the decimal
	place for numeric values (default: 6)
-entry-name <name>
	The entry name to retrieve; first if empty
	(default: )
-max-nominal-values <int>
	The maximum number of distinct values a NOMINAL attribute
	can have; beyond that it is considered a STRING attribute.
	Use -1 to always convert to NOMINAL, 0 to always convert to STRING.
	(default: 25)

Note

The loader outputs all the entries contained in the .mat file on stderr. So check the console output for them, if you are unsure about what the name of the matrix is that you are trying to load.

The saver:

MatlabMatSaver options:

-i <the input file>
	The input file
-o <the output file>
	The output file
-entry-name-meta <name>
	The entry name to use for the header
	(default: meta)
-entry-name-data <name>
	The entry name to use for the data
	(default: data)

Releases

Maven

Use the following dependency in your pom.xml:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>matlab-weka-package</artifactId>
      <version>2021.1.13</version>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>nz.ac.waikato.cms.weka</groupId>
          <artifactId>weka-dev</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

How to use packages

For more information on how to install the package, see:

https://waikato.github.io/weka-wiki/packages/manager/

Версии библиотеки

Версия
2021.1.13