Bolt
|
Public Member Functions | |
BoltResult (float[][] value, int[][] dimension, String[] name, String[] dataFormat) | |
String [] | getResultName () |
get result data name from BoltResult object More... | |
String [] | getResultDataFormat () |
get result data format from BoltResult object More... | |
int [][] | getResultDimension () |
get result data dimension information from BoltResult object More... | |
float [][] | getResultData () |
get result data array from BoltResult object More... | |
void | print (int num) |
print BoltResult object info More... | |
Static Public Member Functions | |
static int | calculateLength (int[] array) |
Definition at line 23 of file BoltResult.java.
|
static |
calculate product and skip 0
Definition at line 111 of file BoltResult.java.
Referenced by com.huawei.noah.BoltResult.print().
float [][] com.huawei.noah.BoltResult.getResultData | ( | ) |
get result data array from BoltResult object
Definition at line 67 of file BoltResult.java.
String [] com.huawei.noah.BoltResult.getResultDataFormat | ( | ) |
get result data format from BoltResult object
Definition at line 47 of file BoltResult.java.
int [][] com.huawei.noah.BoltResult.getResultDimension | ( | ) |
get result data dimension information from BoltResult object
Definition at line 57 of file BoltResult.java.
String [] com.huawei.noah.BoltResult.getResultName | ( | ) |
get result data name from BoltResult object
Definition at line 37 of file BoltResult.java.
void com.huawei.noah.BoltResult.print | ( | int | num | ) |
print BoltResult object info
num | the number of the result you want |
Definition at line 78 of file BoltResult.java.
References com.huawei.noah.BoltResult.calculateLength().