程序包 org.wlld.tools
类 Knn
java.lang.Object
org.wlld.matrixTools.MatrixOperation
org.wlld.tools.Knn
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetNub(int type) intvoidinsertMatrix(Matrix vector, int tag) voidremoveType(int type) voidrevoke(int type, int nub) voidsetFeatureMap(Map<Integer, List<Matrix>> featureMap) 从类继承的方法 org.wlld.matrixTools.MatrixOperation
add, adjointMatrix, algebraicCofactor, convolution, errorNub, 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, sub, transPosition
-
构造器详细资料
-
Knn
public Knn(int nub)
-
-
方法详细资料
-
setFeatureMap
-
getFeatureMap
-
removeType
public void removeType(int type) -
revoke
public void revoke(int type, int nub) -
getNub
public int getNub(int type) -
insertMatrix
-
getType
-