LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType Enum Reference

enum type of interpolating definitions More...

+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType:

Public Member Functions

final UnivariateFunction get (final double[] p_xvalues, final double[] p_yvalues)
 returns the interpolate objext More...
 

Static Public Member Functions

static EType from (final String p_value)
 additional factory More...
 

Public Attributes

 AKIMA
 
 DIVIDEDDIFFERENCE
 
 LINEAR
 
 LOESS
 

Detailed Description

Definition at line 124 of file math/interpolate/CCreate.java.

Member Function Documentation

◆ from()

static EType org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType.from ( final String  p_value)
static
Parameters
p_valuestring
Returns
enum

Definition at line 139 of file math/interpolate/CCreate.java.

Referenced by org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.execute().

+ Here is the caller graph for this function:

◆ get()

final UnivariateFunction org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType.get ( final double []  p_xvalues,
final double []  p_yvalues 
)
Parameters
p_xvaluesx-values
p_yvaluesy-values
Returns
interpolate object

Definition at line 151 of file math/interpolate/CCreate.java.

References org.lightjason.agentspeak.common.CCommon.languagestring().

+ Here is the call graph for this function:

Member Data Documentation

◆ AKIMA

org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType.AKIMA

Definition at line 126 of file math/interpolate/CCreate.java.

◆ DIVIDEDDIFFERENCE

org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType.DIVIDEDDIFFERENCE

Definition at line 127 of file math/interpolate/CCreate.java.

◆ LINEAR

org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType.LINEAR

Definition at line 128 of file math/interpolate/CCreate.java.

◆ LOESS

org.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType.LOESS

Definition at line 129 of file math/interpolate/CCreate.java.