matlab

Loader/saver that handles binary Matlab .mat files.

License

License

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

matlab-weka-package
Last Version

Last Version

2021.1.13
Release Date

Release Date

Type

Type

jar
Description

Description

matlab
Loader/saver that handles binary Matlab .mat files.
Project URL

Project URL

https://github.com/fracpete/matlab-weka-package
Source Code Management

Source Code Management

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

Download matlab-weka-package

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.11,)
us.hebi.matlab.mat : mfl-core jar 0.5.6

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.11,)
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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/

Versions

Version
2021.1.13