Uses of Class
org.languagetool.rules.neuralnetwork.Matrix
-
Packages that use Matrix Package Description org.languagetool.rules.neuralnetwork -
-
Uses of Matrix in org.languagetool.rules.neuralnetwork
Fields in org.languagetool.rules.neuralnetwork declared as Matrix Modifier and Type Field Description private Matrix
SingleLayerClassifier. b_fc1
private Matrix
TwoLayerClassifier. b_fc1
private Matrix
TwoLayerClassifier. b_fc2
private Matrix
Embedding. embedding
private Matrix
SingleLayerClassifier. W_fc1
private Matrix
TwoLayerClassifier. W_fc1
private Matrix
TwoLayerClassifier. W_fc2
Methods in org.languagetool.rules.neuralnetwork that return Matrix Modifier and Type Method Description (package private) Matrix
Matrix. add(Matrix that)
Matrix
Embedding. lookup(java.lang.String[] words)
(package private) Matrix
Matrix. mul(Matrix that)
Matrix
Matrix. relu()
Matrix
Matrix. transpose()
Methods in org.languagetool.rules.neuralnetwork with parameters of type Matrix Modifier and Type Method Description (package private) Matrix
Matrix. add(Matrix that)
(package private) Matrix
Matrix. mul(Matrix that)
Constructors in org.languagetool.rules.neuralnetwork with parameters of type Matrix Constructor Description Embedding(Dictionary dictionary, Matrix embedding)
-