# Functions
Module is a default set of components to enable flow classification
Note: this module provides just a Classifier datastructure, with no API endpoint.
NewClassificationEngine creates a new Classifier.
ProvideClassificationEngine provides a classifier that loads the rules from config file.
# Structs
ActiveRuleset represents one of currently active set of rules.
ClassificationEngine receives classification policies and provides Classify method.
ClassificationEngineIn holds parameters for ProvideClassificationEngine.
Classifier implements iface.Classifier interface.
# Interfaces
Input is an input to Classify method.