kmath-core
/
space.kscience.kmath.data
/
XYColumnarData
common
X
Y
Columnar
Data
@
UnstableKMathAPI
()
interface
XYColumnarData
<out
T
, out
X
:
T
, out
Y
:
T
> :
ColumnarData
<
T
>
Content copied to clipboard
The buffer of X values.
Types
Functions
Properties
Sources
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
get
Link copied to clipboard
common
open operator override fun
get
(symbol:
Symbol
):
Buffer
<
T
>?
Content copied to clipboard
Provide a column by symbol or null if column with given symbol is not defined
Properties
size
Link copied to clipboard
common
abstract val
size
:
Int
Content copied to clipboard
x
Link copied to clipboard
common
abstract val
x
:
Buffer
<
X
>
Content copied to clipboard
The buffer of X values
y
Link copied to clipboard
common
abstract val
y
:
Buffer
<
Y
>
Content copied to clipboard
The buffer of Y values.
Inheritors
XYErrorColumnarData
Link copied to clipboard
XYZColumnarData
Link copied to clipboard
Sources
common source
Link copied to clipboard