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 ClusterFinderprivate static org.apache.logging.log4j.LoggerLogging . -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclassify(FinkGremlinRecipies recipies, String oid) Classify source and expand them to alerts (if requested).private ClusterFinderfinder()GiveClusterFinderto current database.
-
Field Details
-
_finder
-
log
Logging .
-
-
Constructor Details
-
FeaturesClassifier
public FeaturesClassifier()
-
-
Method Details
-
classify
Description copied from class:ClassifierClassify 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:
classifyin classClassifier- Parameters:
recipies- TheFinkGremlinRecipiescaller.oid- The objectId of source to be added.- Throws:
LomikelException- If anything fails.
-
finder
GiveClusterFinderto current database. Singleton.- Returns:
- The corresponding
ClusterFinder. - Throws:
LomikelExceltion- IfClusterFindercannot be created.LomikelException
-