程序包 weka.core
接口 WeightedInstancesHandler
- 所有已知实现类:
AdaBoostM1
,AdditiveRegression
,ADTree
,AODE
,AODEsr
,AttributeSelectedClassifier
,Bagging
,BayesNet
,BayesNetGenerator
,BIFReader
,ComplementNaiveBayes
,ConjunctiveRule
,DecisionStump
,DecisionTable
,Discretize
,Discretize
,DMNBtext
,DTNB
,EditableBayesNet
,EM
,FTInnerNode
,FTLeavesNode
,FTNode
,FTtree
,IBk
,IsotonicRegression
,J48
,J48graft
,JRip
,JRip.Antd
,JRip.NominalAntd
,JRip.NumericAntd
,JRip.RipperRule
,LinearRegression
,LMTNode
,Logistic
,LogisticBase
,LogitBoost
,LWL
,MakeDensityBasedClusterer
,MIOptimalBall
,MISMO
,MultiBoostAB
,MultilayerPerceptron
,NaiveBayes
,NaiveBayesMultinomial
,NaiveBayesMultinomialUpdateable
,NaiveBayesUpdateable
,NBTree
,PaceRegression
,PART
,PKIDiscretize
,RandomCommittee
,RandomForest
,RandomSubSpace
,RandomTree
,REPTree
,Ridor
,RotationForest
,Rule
,SimpleKMeans
,SimpleLinearRegression
,SimpleLogistic
,SMO
,SMOreg
,VFI
,ZeroR
public interface WeightedInstancesHandler
Interface to something that makes use of the information provided
by instance weights.
- 版本:
- $Revision: 1.5 $
- 作者:
- Eibe Frank (eibe@cs.waikato.ac.nz)