| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
RGBNorm.getAvgMatrix() |
Matrix |
ThreeChannelMatrix.getH() |
Matrix |
ThreeChannelMatrix.getLBPMatrix() |
Matrix |
SemanticsBack.getMatrix() |
Matrix |
ConvBack.getMatrix() |
Matrix |
ThreeChannelMatrix.getMatrixB() |
Matrix |
ThreeChannelMatrix.getMatrixG() |
Matrix |
ThreeChannelMatrix.getMatrixR() |
Matrix |
RGBNorm.getVarMatrix() |
Matrix |
WordMatrix.getVector() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegionBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
void |
WordMatrix.getBackMatrix(Matrix matrix,
int id,
long eventId) |
void |
WordBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
void |
SemanticsBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
void |
ConvBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
void |
ThreeChannelMatrix.setH(Matrix h) |
void |
ThreeChannelMatrix.setMatrixB(Matrix matrixB) |
void |
ThreeChannelMatrix.setMatrixG(Matrix matrixG) |
void |
ThreeChannelMatrix.setMatrixR(Matrix matrixR) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
DynamicProgramming.getValueMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OutBack.getBackMatrix(Matrix matrix,
int id,
long eventId)
卷积层回调矩阵
|
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
MatrixOperation.add(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.adjointMatrix(Matrix matrix) |
Matrix |
Matrix.copy() |
Matrix |
Matrix.getColumn(int y)
获取列向量
|
Matrix |
MatrixOperation.getInverseMatrix(Matrix matrix) |
Matrix |
MatrixOperation.getLinearRegression(Matrix parameter,
Matrix out) |
Matrix |
MatrixOperation.getPoolVector(Matrix matrix) |
Matrix |
Matrix.getRow(int x)
获取行向量
|
Matrix |
Matrix.getSonOfMatrix(int x,
int y,
int xSize,
int ySize)
将矩阵分块
|
Matrix |
MatrixOperation.im2col(Matrix matrix,
int kernLen,
int step) |
Matrix |
MatrixOperation.ListToMatrix(List<Double> list,
int matrixX,
int matrixY) |
Matrix |
MatrixOperation.listToRowVector(List<Double> list) |
Matrix |
MatrixOperation.listToRowVector(List<Double> list,
int nub) |
Matrix |
MatrixOperation.mathMulBySelf(Matrix matrix,
double nub) |
Matrix |
MatrixOperation.matrixMulPd(Matrix errorMatrix,
Matrix first,
Matrix second,
boolean isFirstPd) |
Matrix |
MatrixOperation.matrixPointDiv(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.matrixToVector(Matrix matrix,
boolean isRow) |
Matrix |
MatrixOperation.mulMatrix(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.push(Matrix matrix,
double nub,
boolean isRow) |
Matrix |
MatrixOperation.pushVector(Matrix myMatrix,
Matrix matrix,
boolean addRow) |
Matrix |
MatrixOperation.reverseIm2col(Matrix matrix,
int kernLen,
int step,
int xSize,
int ySize) |
Matrix |
MatrixOperation.softMaxByMatrix(Matrix feature) |
Matrix |
MatrixOperation.sub(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.transPosition(Matrix matrix) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
MatrixOperation.add(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.adjointMatrix(Matrix matrix) |
double |
MatrixOperation.algebraicCofactor(Matrix matrix,
int row,
int column) |
void |
MatrixOperation.center(Matrix matrix) |
double |
MatrixOperation.convolution(Matrix matrix,
Matrix kernel,
int x,
int y) |
double |
MatrixOperation.errorNub(Matrix matrix,
Matrix avgMatrix) |
double |
MatrixOperation.getCrossEntropy(Matrix matrix1,
Matrix matrix2) |
double |
MatrixOperation.getEDist(Matrix matrix1,
Matrix matrix2) |
double |
MatrixOperation.getEDistByMatrix(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.getInverseMatrix(Matrix matrix) |
double |
MatrixOperation.getKernelNub(Matrix matrix,
Matrix kernel) |
Matrix |
MatrixOperation.getLinearRegression(Matrix parameter,
Matrix out) |
double |
MatrixOperation.getNorm(Matrix matrix) |
double |
MatrixOperation.getNormCos(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.getPoolVector(Matrix matrix) |
double |
MatrixOperation.getSdByMatrix(Matrix m,
double avg,
double e) |
Matrix |
MatrixOperation.im2col(Matrix matrix,
int kernLen,
int step) |
double |
MatrixOperation.innerProduct(Matrix matrix1,
Matrix matrix2) |
void |
MatrixOperation.mathAdd(Matrix matrix,
double nub) |
void |
MatrixOperation.mathDiv(Matrix matrix,
double nub) |
void |
MatrixOperation.mathMul(Matrix matrix,
double nub) |
Matrix |
MatrixOperation.mathMulBySelf(Matrix matrix,
double nub) |
void |
MatrixOperation.mathSub(Matrix matrix,
double nub) |
Matrix |
MatrixOperation.matrixMulPd(Matrix errorMatrix,
Matrix first,
Matrix second,
boolean isFirstPd) |
Matrix |
MatrixOperation.matrixPointDiv(Matrix matrix1,
Matrix matrix2) |
List<Double> |
MatrixOperation.matrixToList(Matrix matrix) |
Matrix |
MatrixOperation.matrixToVector(Matrix matrix,
boolean isRow) |
Matrix |
MatrixOperation.mulMatrix(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.push(Matrix matrix,
double nub,
boolean isRow) |
Matrix |
MatrixOperation.pushVector(Matrix myMatrix,
Matrix matrix,
boolean addRow) |
Matrix |
MatrixOperation.reverseIm2col(Matrix matrix,
int kernLen,
int step,
int xSize,
int ySize) |
List<Double> |
MatrixOperation.rowVectorToList(Matrix matrix) |
Matrix |
MatrixOperation.softMaxByMatrix(Matrix feature) |
Matrix |
MatrixOperation.sub(Matrix matrix1,
Matrix matrix2) |
Matrix |
MatrixOperation.transPosition(Matrix matrix) |
| 构造器和说明 |
|---|
MatrixMulAccelerate(Matrix matrix1,
Matrix matrix2,
Matrix matrix,
int i,
int j,
CountDownLatch countDownLatch) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreatorWord.getBackMatrix(Matrix matrix,
int id,
long eventId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WordBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Matrix |
Nerve.nerveMatrix |
protected Matrix |
Nerve.sigmaMatrix |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Matrix |
Nerve.conv(Matrix matrix) |
Matrix |
Nerve.getNerveMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Nerve.backMatrix(Matrix t) |
protected Matrix |
Nerve.conv(Matrix matrix) |
protected void |
Nerve.inputMatrix(long eventId,
Matrix matrix,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean needMatrix) |
protected void |
HiddenNerve.inputMatrix(long eventId,
Matrix matrix,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean needMatrix) |
void |
SensoryNerve.postMatrixMessage(long eventId,
Matrix parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean needMatrix) |
void |
Nerve.sendMatrix(long eventId,
Matrix parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean needMatrix) |
void |
Nerve.setNerveMatrix(Matrix nerveMatrix) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CodeBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
Forest.getConditionMatrix() |
Matrix |
Forest.getResultMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
LinearRegression.getCos(Matrix vector) |
double |
RegressionForest.getDist(Matrix featureMatrix,
double result) |
double |
Forest.getMappingFeature(Matrix feature) |
void |
Forest.setConditionMatrix(Matrix conditionMatrix) |
void |
Forest.setResultMatrix(Matrix resultMatrix) |
| 构造器和说明 |
|---|
Forest(int featureSize,
double shrinkParameter,
Matrix pc,
Map<Integer,Forest> forestMap,
int id,
int minGrain) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NerveJumpManager.setMatrixMap(Map<Integer,Matrix> matrixMap) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Matrix |
Nerve.nerveMatrix |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Matrix |
Nerve.conv(Matrix matrix) |
Matrix |
MyWordFeature.getFeatureMatrix() |
Matrix |
Nerve.getNerveMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Nerve.backMatrix(Matrix g) |
void |
NerveCenter.backType(long eventId,
double parameter,
int id,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected Matrix |
Nerve.conv(Matrix matrix) |
protected void |
SoftMax.input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength) |
protected void |
Nerve.input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack imageBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength) |
void |
HiddenNerve.input(long eventId,
double parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength) |
void |
OutNerve.input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength) |
protected void |
Nerve.inputMatrix(long eventId,
Matrix matrix,
boolean isKernelStudy,
int E,
OutBack outBack) |
protected void |
HiddenNerve.inputMatrix(long eventId,
Matrix matrix,
boolean isStudy,
int E,
OutBack outBack) |
protected void |
OutNerve.inputMatrix(long eventId,
Matrix matrix,
boolean isKernelStudy,
int E,
OutBack outBack) |
void |
SensoryNerve.postMatrixMessage(long eventId,
Matrix parameter,
boolean isKernelStudy,
int E,
OutBack outBack) |
void |
SensoryNerve.postMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int questionLength) |
protected void |
SoftMax.sendAppointSoftMax(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected void |
Nerve.sendAppointSoftMax(long eventId,
double parameter,
Matrix rnnMatrix,
OutBack outBack,
String myWord) |
protected void |
Nerve.sendAppointTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected void |
HiddenNerve.sendAppointTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected void |
OutNerve.sendAppointTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected void |
Nerve.sendMatrix(long eventId,
Matrix parameter,
boolean isStudy,
int E,
OutBack outBack) |
protected void |
Nerve.sendMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength) |
protected void |
Nerve.sendMyTestMessage(long eventId,
Matrix featureMatrix,
OutBack outBack,
String word) |
protected void |
HiddenNerve.sendMyTestMessage(long eventId,
Matrix featureMatrix,
OutBack outBack,
String word) |
protected void |
Nerve.sendRnnTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected void |
Nerve.sendSoftMax(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index) |
protected void |
Nerve.sendSoftMaxBack(long eventId,
double parameter,
Matrix rnnMatrix,
OutBack outBack,
String myWord) |
protected void |
Nerve.sendTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
void |
MyWordFeature.setFeatureMatrix(Matrix featureMatrix) |
void |
Nerve.setNerveMatrix(Matrix nerveMatrix) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OutNerve.setMatrixMap(Map<Integer,Matrix> matrixMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NerveManager.setMatrixMap(Map<Integer,Matrix> matrixMap) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Matrix |
Nerve.nerveMatrix |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Matrix |
Nerve.conv(Matrix matrix) |
Matrix |
Nerve.getNerveMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Nerve.backMatrix(Matrix g) |
protected Matrix |
Nerve.conv(Matrix matrix) |
protected void |
SoftMax.input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
protected void |
Nerve.input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack imageBack,
boolean isEmbedding,
Matrix rnnMatrix) |
void |
HiddenNerve.input(long eventId,
double parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
void |
OutNerve.input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
protected void |
Nerve.inputMatrix(long eventId,
Matrix matrix,
boolean isKernelStudy,
int E,
OutBack outBack) |
protected void |
HiddenNerve.inputMatrix(long eventId,
Matrix matrix,
boolean isStudy,
int E,
OutBack outBack) |
protected void |
OutNerve.inputMatrix(long eventId,
Matrix matrix,
boolean isKernelStudy,
int E,
OutBack outBack) |
void |
SensoryNerve.postMatrixMessage(long eventId,
Matrix parameter,
boolean isKernelStudy,
int E,
OutBack outBack) |
void |
SensoryNerve.postMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
void |
Nerve.sendMatrix(long eventId,
Matrix parameter,
boolean isStudy,
int E,
OutBack outBack) |
void |
Nerve.sendMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
void |
Nerve.sendRnnMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
void |
Nerve.setNerveMatrix(Matrix nerveMatrix) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OutNerve.setMatrixMap(Map<Integer,Matrix> matrixMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
RgbRegression.getBMatrix() |
Matrix |
Picture.getImageMatrixByIo(InputStream inputStream) |
Matrix |
Picture.getImageMatrixByLocal(String fileURL) |
Matrix |
MatrixBody.getMatrix() |
Matrix |
RgbRegression.getRGB() |
Matrix |
RgbRegression.getRGMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Integer,List<Matrix>> |
Knn.getFeatureMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Knn.getType(Matrix vector) |
void |
Knn.insertMatrix(Matrix vector,
int tag) |
void |
GMClustering.insertParameter(Matrix matrix) |
void |
MatrixBody.setMatrix(Matrix matrix) |
double |
LVQ.vectorEqual(Matrix matrix1,
Matrix matrix2) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Knn.setFeatureMap(Map<Integer,List<Matrix>> featureMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
CodecBlock.getOutMatrix(long eventID) |
Matrix |
TransFormerManager.getStartMatrix(Matrix feature) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CodecBlock.backCodecError(Matrix errorMatrix,
long eventID,
Matrix allFeature) |
void |
LineBlock.backError(long eventID,
Matrix errorMatrix) |
void |
CodecBlock.backError(long eventID,
Matrix errorMatrix) |
void |
FirstDecoderBlock.backError(long eventID,
Matrix error) |
void |
CodecBlock.backLastEncoderError(Matrix error) |
Matrix |
TransFormerManager.getStartMatrix(Matrix feature) |
void |
FirstDecoderBlock.sendInputMatrix(long eventID,
Matrix feature,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
void |
CodecBlock.sendInputMatrix(long eventID,
Matrix feature,
boolean isStudy,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
FirstDecoderBlock.sendOutputMatrix(long eventID,
Matrix out,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
void |
CodecBlock.sendOutputMatrix(long eventID,
Matrix out,
boolean isStudy,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
LineBlock.sendParameter(long eventID,
Matrix feature,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Matrix |
Nerve.featureMatrix |
protected Matrix |
Nerve.outMatrix |
protected Matrix |
Nerve.powerMatrix |
protected Matrix |
Nerve.sigmaW |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<Long,Matrix> |
Nerve.reMatrixFeatures |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Matrix |
Nerve.opMatrix(Matrix feature,
boolean isStudy) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Nerve.input(long eventId,
Matrix parameter,
boolean isStudy,
Matrix allFeature,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
protected void |
HiddenNerve.input(long eventId,
Matrix parameter,
boolean isStudy,
Matrix allFeature,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
protected boolean |
Nerve.insertMatrixParameter(long eventID,
Matrix matrix) |
protected Matrix |
Nerve.opMatrix(Matrix feature,
boolean isStudy) |
void |
HiddenNerve.postMessage(long eventId,
Matrix feature,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
void |
SensoryNerve.postMessage(long eventId,
Matrix encoderParameter,
Matrix decoderParameter,
boolean isStudy,
List<Integer> E,
OutBack outBack,
boolean outAllPro) |
void |
HiddenNerve.receive(Matrix feature,
long eventId,
boolean isStudy,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
HiddenNerve.receiveErrorMatrix(Matrix g,
long eventId,
Matrix allError) |
protected void |
Nerve.sendMessage(long eventId,
Matrix parameter,
boolean isStudy,
Matrix allFeature,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
protected void |
Nerve.sendOutMessage(long eventId,
Matrix parameter,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
protected void |
SoftMax.toOut(long eventId,
Matrix parameter,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
protected void |
Nerve.toOut(long eventId,
Matrix parameter,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
protected void |
OutNerve.toOut(long eventId,
Matrix parameter,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
protected void |
Nerve.updatePower(long eventId,
Matrix errorMatrix,
Matrix allError) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matrix |
EventBody.getFeatureMatrix() |
Matrix |
AttentionError.getLastEncoderError() |
Matrix |
AttentionError.getNextFeatureError() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LayNorm.addNorm(Matrix feature,
Matrix outMatrix,
long eventID,
boolean isStudy,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
LayNorm.addNormFromNerve(long eventID,
boolean isStudy,
Matrix parameter,
Matrix allFeature,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
AttentionError |
SelfAttention.backError(Matrix feature,
long eventID) |
void |
MultiSelfAttention.backError(Matrix allErrorMatrix,
long eventID) |
void |
LayNorm.backErrorFromFNN(Matrix errorMatrix,
long eventID,
Matrix allError) |
void |
LayNorm.backErrorFromLine(Matrix errorMatrix,
long eventID) |
void |
LayNorm.backLastError(Matrix errorMatrix) |
EventBody |
SelfAttention.sendMatrixFeature(long eventID,
boolean isStudy,
Matrix feature,
Matrix encoderFeature) |
void |
MultiSelfAttention.sendMatrixMessage(long eventID,
Matrix feature,
boolean isStudy,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
EventBody.setFeatureMatrix(Matrix featureMatrix) |
void |
AttentionError.setLastEncoderError(Matrix lastEncoderError) |
void |
AttentionError.setNextFeatureError(Matrix nextFeatureError) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PositionBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
void |
YoloTypeBack.getBackMatrix(Matrix matrix,
int id,
long eventId) |
Copyright © 2024. All rights reserved.