forked from kscience/kmath
52 lines
7.5 KiB
HTML
52 lines
7.5 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
|
<title>fitWith</title>
|
|
</head><body><link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async></script><script type="text/javascript" src="../../scripts/main.js" async></script>
|
|
|
|
<div id="container">
|
|
<div id="leftColumn"><a href="../../index.html">
|
|
<div id="logo"></div>
|
|
</a>
|
|
<div id="paneSearch"></div>
|
|
<div id="sideMenu"></div>
|
|
</div>
|
|
<div id="main">
|
|
<script type="text/javascript" src="../../scripts/main.js"></script><div id="leftToggler"><span class="icon-toggler"></span></div>
|
|
|
|
<div class="main-content" id="content" pageids="kmath-optimization::space.kscience.kmath.optimization//fitWith/space.kscience.kmath.data.XYColumnarData[kotlin.Double,kotlin.Double,kotlin.Double]#space.kscience.kmath.optimization.Optimizer[kotlin.Double,space.kscience.kmath.optimization.XYFit]#space.kscience.kmath.expressions.AutoDiffProcessor[kotlin.Double,TypeParam(bounds=[kotlin.Any]),TypeParam(bounds=[space.kscience.kmath.operations.ExtendedField[TypeParam(bounds=[kotlin.Any])], space.kscience.kmath.expressions.ExpressionAlgebra[kotlin.Double,TypeParam(bounds=[kotlin.Any])]])]#kotlin.collections.Map[space.kscience.kmath.expressions.Symbol,kotlin.Double]#kotlin.Array[space.kscience.kmath.optimization.OptimizationFeature]#space.kscience.kmath.expressions.Symbol#space.kscience.kmath.optimization.PointToCurveDistance#space.kscience.kmath.optimization.PointWeight#kotlin.Function2[TypeParam(bounds=[space.kscience.kmath.operations.ExtendedField[TypeParam(bounds=[kotlin.Any])], space.kscience.kmath.expressions.ExpressionAlgebra[kotlin.Double,TypeParam(bounds=[kotlin.Any])]]),TypeParam(bounds=[kotlin.Any]),TypeParam(bounds=[kotlin.Any])]/PointingToDeclaration//959727596">
|
|
<div class="navigation-wrapper" id="navigation-wrapper">
|
|
<div class="breadcrumbs"><a href="../index.html">kmath-optimization</a>/<a href="index.html">space.kscience.kmath.optimization</a>/<a href="fit-with.html">fitWith</a></div>
|
|
<div class="pull-right d-flex">
|
|
<div id="searchBar"></div>
|
|
</div>
|
|
</div>
|
|
<div class="cover ">
|
|
<h1 class="cover"><span>fit</span><wbr><span>With</span></h1>
|
|
</div>
|
|
<div class="divergent-group" data-filterable-current=":kmath-optimization:dokkaHtmlPartial/commonMain" data-filterable-set=":kmath-optimization:dokkaHtmlPartial/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
|
|
|
<div>
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-optimization:dokkaHtmlPartial/commonMain"><div class="symbol monospace">suspend fun <<a href="fit-with.html">I</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="fit-with.html">A</a> : <a href="../../kmath-core/space.kscience.kmath.operations/-extended-field/index.html">ExtendedField</a><<a href="fit-with.html">I</a>>, <a href="../../kmath-core/space.kscience.kmath.expressions/-expression-algebra/index.html">ExpressionAlgebra</a><<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, <a href="fit-with.html">I</a>>> <a href="../../kmath-core/space.kscience.kmath.data/-x-y-columnar-data/index.html">XYColumnarData</a><<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>>.<a href="fit-with.html">fitWith</a>(optimizer: <a href="-optimizer/index.html">Optimizer</a><<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, <a href="-x-y-fit/index.html">XYFit</a>>, processor: <a href="../../kmath-core/space.kscience.kmath.expressions/-auto-diff-processor/index.html">AutoDiffProcessor</a><<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, <a href="fit-with.html">I</a>, <a href="fit-with.html">A</a>>, startingPoint: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><<a href="../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html">Symbol</a>, <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>>, vararg features: <a href="-optimization-feature/index.html">OptimizationFeature</a> = emptyArray(), xSymbol: <a href="../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html">Symbol</a> = Symbol.x, pointToCurveDistance: <a href="-point-to-curve-distance/index.html">PointToCurveDistance</a> = PointToCurveDistance.byY, pointWeight: <a href="-point-weight/index.html">PointWeight</a> = PointWeight.byYSigma, model: <a href="fit-with.html">A</a>.(<a href="fit-with.html">I</a>) -> <a href="fit-with.html">I</a>): <a href="-x-y-fit/index.html">XYFit</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
|
</div>
|
|
<p class="paragraph">Fit given dta with</p></div>
|
|
<h2 class="">Sources</h2>
|
|
<div class="table" data-togglable="Sources"><a data-name="1632786627%2FSource%2F959727596" anchor-label="https://github.com/mipt-npm/kmath/tree/master/kmath-optimization/src/commonMain/kotlin/space/kscience/kmath/optimization/XYFit.kt#L96" id="1632786627%2FSource%2F959727596" data-filterable-set=":kmath-optimization:dokkaHtmlPartial/commonMain"></a>
|
|
<div class="table-row" data-filterable-current=":kmath-optimization:dokkaHtmlPartial/commonMain" data-filterable-set=":kmath-optimization:dokkaHtmlPartial/commonMain">
|
|
<div class="main-subrow keyValue ">
|
|
<div class=""><span class="inline-flex"><a href="https://github.com/mipt-npm/kmath/tree/master/kmath-optimization/src/commonMain/kotlin/space/kscience/kmath/optimization/XYFit.kt#L96">common source</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1632786627%2FSource%2F959727596"></span>
|
|
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
|
</span></span></div>
|
|
<div></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body></html>
|
|
|
|
|