Package moa.streams.filters
Interface MultiLabelStreamFilter
-
- All Superinterfaces:
CapabilitiesHandler
,ExampleStream<Example<Instance>>
,InstanceStream
,MOAObject
,MultiTargetInstanceStream
,Serializable
- All Known Implementing Classes:
AbstractMultiLabelStreamFilter
,SelectAttributesFilter
public interface MultiLabelStreamFilter extends MultiTargetInstanceStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setInputStream(ExampleStream<Example<Instance>> stream)
Sets the input stream to the filter-
Methods inherited from interface moa.capabilities.CapabilitiesHandler
getCapabilities
-
Methods inherited from interface moa.streams.ExampleStream
defineImmutableCapabilities, estimatedRemainingInstances, getHeader, hasMoreInstances, isRestartable, nextInstance, restart
-
Methods inherited from interface moa.MOAObject
copy, getDescription, measureByteSize
-
-
-
-
Method Detail
-
setInputStream
void setInputStream(ExampleStream<Example<Instance>> stream)
Sets the input stream to the filter- Parameters:
stream
- the input stream to the filter
-
-