类 Forest
java.lang.Object
org.wlld.tools.Frequency
org.wlld.regressionForest.Forest
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcut()doublegetMappingFeature(Matrix feature) doubledoublevoidgetSonMessage(boolean isPruning, int myId) double[]getW()booleanbooleanisRemove()voidpruning()voidsetConditionMatrix(Matrix conditionMatrix) voidvoidsetNotRemovable(boolean notRemovable) voidsetRemove(boolean remove) voidsetResultMatrix(Matrix resultMatrix) voidsetResultVariance(double resultVariance) voidsetW(double[] w) 从类继承的方法 org.wlld.tools.Frequency
average, averageByList, dc, dcByAvg, getEDist, getLimit, getPointLength, sd, sdByAvg, sigma, softMax, variance, varianceByAve
-
构造器详细资料
-
Forest
-
-
方法详细资料
-
getMedian
public double getMedian() -
getResultVariance
public double getResultVariance() -
setResultVariance
public void setResultVariance(double resultVariance) -
getMappingFeature
-
pruning
public void pruning() -
getSonMessage
public void getSonMessage(boolean isPruning, int myId) -
cut
-
getConditionMatrix
-
setConditionMatrix
-
getResultMatrix
-
setResultMatrix
-
getW
public double[] getW() -
setW
public void setW(double[] w) -
getForestLeft
-
getForestRight
-
getFather
-
setFather
-
isRemove
public boolean isRemove() -
setRemove
public void setRemove(boolean remove) -
isNotRemovable
public boolean isNotRemovable() -
setNotRemovable
public void setNotRemovable(boolean notRemovable)
-