Class FeaturesClassifier
java.lang.Object
com.astrolabsoftware.FinkBrowser.Januser.Classifier
com.astrolabsoftware.FinkBrowser.Januser.ZTFClassifier
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.Survey, 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 object and expand them to sources (if requested).private ClusterFinderfinder()GiveClusterFinderto current database.Methods inherited from class com.astrolabsoftware.FinkBrowser.Januser.ZTFClassifier
fpc, surveyMethods inherited from class com.astrolabsoftware.FinkBrowser.Januser.Classifier
classifiers, flavor, instance, instance, name, setFlavor, setType, toString
-
Field Details
-
_finder
-
log
Logging .
-
-
Constructor Details
-
FeaturesClassifier
public FeaturesClassifier()
-
-
Method Details
-
classify
Description copied from class:ClassifierClassify object and expand them to sources (if requested). It should register classes corresponding to specified objectId usingFinkGremlinRecipies#registerOCol(Classifiers, String, String, double, String, String, boolean, String).- Specified by:
classifyin classClassifier- Parameters:
recipies- TheFinkGremlinRecipiescaller.oid- The objectId of object to be added.- Throws:
LomikelException- If anything fails.
-
finder
GiveClusterFinderto current database. Singleton.- Returns:
- The corresponding
ClusterFinder. - Throws:
LomikelExceltion- IfClusterFindercannot be created.LomikelException
-