Data fitting

Data fitting algorithms.

Лицензия

Лицензия

Группа

Группа

hu.kazocsaba.math
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Data fitting
Data fitting algorithms.
Ссылка на сайт

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

https://github.com/kazocsaba/fitting
Система контроля версий

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

https://github.com/kazocsaba/fitting.git

Скачать fitting

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

<!-- https://jarcasting.com/artifacts/hu.kazocsaba.math/fitting/ -->
<dependency>
    <groupId>hu.kazocsaba.math</groupId>
    <artifactId>fitting</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.kazocsaba.math/fitting/
implementation 'hu.kazocsaba.math:fitting:1.0.0'
// https://jarcasting.com/artifacts/hu.kazocsaba.math/fitting/
implementation ("hu.kazocsaba.math:fitting:1.0.0")
'hu.kazocsaba.math:fitting:jar:1.0.0'
<dependency org="hu.kazocsaba.math" name="fitting" rev="1.0.0">
  <artifact name="fitting" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.kazocsaba.math', module='fitting', version='1.0.0')
)
libraryDependencies += "hu.kazocsaba.math" % "fitting" % "1.0.0"
[hu.kazocsaba.math/fitting "1.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
hu.kazocsaba.math : matrix jar 1.1.0
hu.kazocsaba.math : geometry jar 1.0.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.4

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

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

Data fitting library

This library provides fitting-style algorithms operating on geometric data.

This library depends on my matrix and geometry packages.

Using

The library resides in the central Maven repository with group ID hu.kazocsaba.math and artifact ID fitting. If you use a project management system which can fetch dependencies from there, you can just add the library as a dependency. E.g. in Maven:

<dependency>
	<groupId>hu.kazocsaba.math</groupId>
	<artifactId>geometry</artifactId>
	<version>a.b.c</version>
</dependency>

You can also browse the online javadoc.

Features

LineFitter: finds the 2D/3D line containing a set of points.

PlaneFitter: finds the 3D plane containing a set of points.

LineIntersector: finds the 2D/3D/nD point lying on a set of lines.

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

Версия
1.0.0