public class CoordinatedSet<K extends Comparable<? super K>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CoordinatedSet.Builder<K extends Comparable<? super K>> |
Modifier and Type | Method and Description |
---|---|
static <K extends Comparable<? super K>> |
builder() |
static <K extends Comparable<? super K>> |
from(BasicSeries<K,?>... uncoordinated) |
static <K extends Comparable<? super K>> |
from(List<? extends BasicSeries<K,?>> uncoordinated) |
K |
getFirstKey() |
K |
getLastKey() |
MatrixStore<Double> |
getSamples() |
MatrixStore<Double> |
getSamples(UnaryOperator<PrimitiveSeries> operator) |
PrimitiveSeries |
getSeries(int index) |
int |
size() |
public static <K extends Comparable<? super K>> CoordinatedSet.Builder<K> builder()
public static <K extends Comparable<? super K>> CoordinatedSet<K> from(BasicSeries<K,?>... uncoordinated)
public static <K extends Comparable<? super K>> CoordinatedSet<K> from(List<? extends BasicSeries<K,?>> uncoordinated)
public K getFirstKey()
public K getLastKey()
public MatrixStore<Double> getSamples()
public MatrixStore<Double> getSamples(UnaryOperator<PrimitiveSeries> operator)
public PrimitiveSeries getSeries(int index)
public int size()
Copyright © 2019 Optimatika. All rights reserved.