Uses of Class
com.croftsoft.apps.insight.Matrix_Array

Packages that use Matrix_Array
com.croftsoft.apps.insight Goblins hunt kobolds and avoid walls using a neural network. 
 

Uses of Matrix_Array in com.croftsoft.apps.insight
 

Methods in com.croftsoft.apps.insight that return Matrix_Array
 Matrix_Array Matrix_Array.add(Matrix_Array addend)
           
 Matrix_Array Matrix_Array.multiply(double factor)
           
 Matrix_Array Backprop_Net.update_forward_backward(Matrix input_vector, Matrix outputs_desired)
           
 

Methods in com.croftsoft.apps.insight with parameters of type Matrix_Array
 Matrix_Array Matrix_Array.add(Matrix_Array addend)
           
 

Constructors in com.croftsoft.apps.insight with parameters of type Matrix_Array
Matrix_Array(Matrix_Array template)
           
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)