public class Slicing extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTO_BOUNDS |
static String |
UNIFORM_BOUNDS |
| Constructor and Description |
|---|
Slicing(double[][] m,
double[][] bounds) |
Slicing(double[][] m,
double[][] centers,
double[][] widths) |
Slicing(double[][] m,
int[] n,
String bounds) |
| Modifier and Type | Method and Description |
|---|---|
int |
findSlice(double[] x) |
double[] |
getSlicesCardinals() |
double[][] |
getSlicesCenters() |
int[][] |
getSlicesIndexes() |
double[][] |
getSlicesWidths() |
double[][] |
getSlicingMatrix() |
static void |
main(String[] args) |
String |
toString(String title) |
public static final String AUTO_BOUNDS
public static final String UNIFORM_BOUNDS
public Slicing(double[][] m,
int[] n,
String bounds)
public Slicing(double[][] m,
double[][] bounds)
public Slicing(double[][] m,
double[][] centers,
double[][] widths)
public double[][] getSlicingMatrix()
public double[] getSlicesCardinals()
public double[][] getSlicesWidths()
public double[][] getSlicesCenters()
public int findSlice(double[] x)
public int[][] getSlicesIndexes()
public static void main(String[] args)
Copyright © 2015. All rights reserved.