T
- Type of function values.public class StepFunction<T extends ImpurityMeasure<T>> extends Object
x
and y
points.Constructor and Description |
---|
StepFunction(double[] x,
T[] y)
Constructs a new instance of step function.
|
Modifier and Type | Method and Description |
---|---|
StepFunction<T> |
add(StepFunction<T> b)
Adds the given step function to this.
|
double[] |
getX() |
T[] |
getY() |
public StepFunction(double[] x, T[] y)
x
- Argument of every steps start.y
- Value of every step.public StepFunction<T> add(StepFunction<T> b)
b
- Another step function.public double[] getX()
public T[] getY()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019