Class InfiniteSizeDirectlyFollowsMapper

    • Constructor Detail

      • InfiniteSizeDirectlyFollowsMapper

        public InfiniteSizeDirectlyFollowsMapper()
    • Method Detail

      • ingest

        public DirectlyFollowsRelation ingest​(BEvent event)
        Description copied from class: StreamMiningAlgorithm
        This abstract method is what each derive class is expected to implement. The argument of the method is the new observation and the returned value is the result of the mining.

        If this method returns value null, then the value is not moved forward into the pipeline.

        Specified by:
        ingest in class StreamMiningAlgorithm<DirectlyFollowsRelation>
        Parameters:
        event - the new event being observed
        Returns:
        the result of the mining of the event, or null if nothing should go through the rest of the pipeline