程序包 weka.filters
接口 StreamableFilter
- 所有已知实现类:
Add
,AddExpression
,AddValues
,ChangeDateFormat
,ClassAssigner
,Copy
,FirstOrder
,MakeIndicator
,MergeTwoValues
,MultiFilter
,NominalToBinary
,NonSparseToSparse
,NumericCleaner
,NumericToBinary
,NumericTransform
,Obfuscate
,RandomSubset
,Remove
,RemoveType
,RemoveWithValues
,Reorder
,ReservoirSample
,SimpleStreamFilter
,SparseToNonSparse
,SwapValues
public interface StreamableFilter
Interface for filters can work with a stream of instances.
- 版本:
- $Revision: 1.2 $
- 作者:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)