Class FeaturesClassifier
java.lang.Object
com.astrolabsoftware.FinkBrowser.Januser.Classifier
com.astrolabsoftware.FinkBrowser.Januser.FeaturesClassifier
FeaturesClassifier
classifies sources according to
HBase lc_features_* field.
flavor points to resource carrying model.- Author:
- J.Hrivnac
-
Nested Class Summary
Nested classes/interfaces inherited from class com.astrolabsoftware.FinkBrowser.Januser.Classifier
Classifier.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ClusterFinder
private static org.apache.logging.log4j.Logger
Logging . -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
classify
(FinkGremlinRecipies recipies, String oid) Classify source and expand them to alerts (if requested).private ClusterFinder
finder()
GiveClusterFinder
to current database.
-
Field Details
-
_finder
-
log
Logging .
-
-
Constructor Details
-
FeaturesClassifier
public FeaturesClassifier()
-
-
Method Details
-
classify
Description copied from class:Classifier
Classify source and expand them to alerts (if requested). It should register classes corresponding to specified objectId usingFinkGremlinRecipies#registerSoI(Classifiers, String, String, double, String, String, boolean, String)
.- Specified by:
classify
in classClassifier
- Parameters:
recipies
- TheFinkGremlinRecipies
caller.oid
- The objectId of source to be added.- Throws:
LomikelException
- If anything fails.
-
finder
GiveClusterFinder
to current database. Singleton.- Returns:
- The corresponding
ClusterFinder
. - Throws:
LomikelExceltion
- IfClusterFinder
cannot be created.LomikelException
-