public class RgbRegression extends MatrixOperation
| 构造器和说明 |
|---|
RgbRegression(int size) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear(int size) |
double |
getB() |
Matrix |
getBMatrix() |
int |
getRegionNub() |
Matrix |
getRGB() |
Matrix |
getRGMatrix() |
double |
getWg() |
double |
getWr() |
int |
getX() |
int |
getY() |
void |
insertRGB(double[] rgb) |
boolean |
regression() |
void |
setRegionNub(int regionNub) |
void |
setX(int x) |
void |
setY(int y) |
add, adjointMatrix, algebraicCofactor, center, convolution, errorNub, getCrossEntropy, getEDist, getEDistByMatrix, getInverseMatrix, getKernelNub, getLinearRegression, getNorm, getNormCos, getPoolVector, getSdByMatrix, im2col, innerProduct, inverseNumber, ListToMatrix, listToRowVector, listToRowVector, mathAdd, mathDiv, mathMul, mathMulBySelf, mathSub, matrixMulPd, matrixPointDiv, matrixToList, matrixToVector, mulMatrix, push, pushVector, reverseIm2col, rowVectorToList, softMaxByMatrix, sub, transPositionpublic Matrix getRGB()
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public Matrix getRGMatrix()
public Matrix getBMatrix()
public void clear(int size)
public int getRegionNub()
public void setRegionNub(int regionNub)
public double getWr()
public double getWg()
public double getB()
Copyright © 2024. All rights reserved.