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()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025