|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
com.croftsoft.apps.insight | Goblins hunt kobolds and avoid walls using a neural network. |
Uses of Matrix in com.croftsoft.apps.insight |
---|
Methods in com.croftsoft.apps.insight that return Matrix | |
---|---|
Matrix |
Matrix.add(double addend)
|
Matrix |
Matrix.add(Matrix addend)
|
Matrix |
Backprop_Net.backward_pass(Matrix desired_outputs)
|
Matrix |
Matrix.clip(double min,
double max)
|
Matrix |
Matrix.divide(double factor)
|
Matrix |
Backprop_Net.forward_pass(Matrix input_vector)
|
static Matrix |
Matrix.identity(Matrix old)
|
static Matrix |
Matrix.multiply_elements(Matrix a,
Matrix b)
|
Matrix |
Matrix.multiply(double factor)
|
Matrix |
Matrix.multiply(Matrix right)
|
static Matrix |
Matrix.multiply(Matrix left,
Matrix right)
|
Matrix |
Matrix.randomize_uniform(double min,
double max)
|
Matrix |
Matrix.sigmoid_derivative()
|
Matrix |
Matrix.sigmoid()
|
Matrix |
Matrix.square_elements()
|
Matrix |
Matrix.sub_matrix(int row_start,
int row_end,
int col_start,
int col_end)
|
Matrix |
Matrix.subtract(Matrix subtractor)
|
Matrix |
Matrix.transpose()
|
Methods in com.croftsoft.apps.insight with parameters of type Matrix | |
---|---|
Matrix |
Matrix.add(Matrix addend)
|
Matrix |
Backprop_Net.backward_pass(Matrix desired_outputs)
|
Matrix |
Backprop_Net.forward_pass(Matrix input_vector)
|
static Matrix |
Matrix.identity(Matrix old)
|
static Matrix |
Matrix.multiply_elements(Matrix a,
Matrix b)
|
Matrix |
Matrix.multiply(Matrix right)
|
static Matrix |
Matrix.multiply(Matrix left,
Matrix right)
|
Matrix |
Matrix.subtract(Matrix subtractor)
|
Matrix_Array |
Backprop_Net.update_forward_backward(Matrix input_vector,
Matrix outputs_desired)
|
Constructors in com.croftsoft.apps.insight with parameters of type Matrix | |
---|---|
Matrix_Array(Matrix[] matrices_array)
|
|
Matrix(Matrix old)
|
|
CroftSoft Javadoc | |||||||||
PREV NEXT | FRAMES NO FRAMES |