kmath
0.3.1-dev-RC
common
kmath-optimization
/
space.kscience.kmath.optimization
/
PointToCurveDistance
Point
To
Curve
Distance
interface
PointToCurveDistance
:
OptimizationFeature
(
source
)
Specify the way to compute distance from point to the curve as DifferentiableExpression
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
distance
Link copied to clipboard
abstract
fun
distance
(
problem
:
XYFit
,
index
:
Int
)
:
DifferentiableExpression
<
Double
>
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
Properties
key
Link copied to clipboard
open
val
key
:
FeatureKey
<
OptimizationFeature
>