Interface IFeaturesBuilder
-
- All Known Implementing Classes:
FeaturesBuilder
public interface IFeaturesBuilder
Allows to define feature vectors of one image analysis dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFeatureDefinition
defineFeature(java.lang.String featureCode)
Defines a container to which values of the feature for each well can be added.
-
-
-
Method Detail
-
defineFeature
IFeatureDefinition defineFeature(java.lang.String featureCode)
Defines a container to which values of the feature for each well can be added.
-
-