(.js)
laraImport("antarex.margot.config.MargotDataFeature");
(.lara)
import antarex.margot.config.MargotDataFeature;
Classes:
new MargotDataFeature(name, type, [validity = MargotValidity.NONE])
Class that represents a data feature in mARGOt.
getName()
Returns the name of this data feature.
getType()
Returns the type of this data feature.
getValidity()
Returns the validity comparison of this data feature.
new MargotDataFeatureGroup(distanceType)
Class that represents a group of data features in mARGOt.
addFeature(name, type, [validity = MargotValidity.NONE])
Adds a new data feature to this group.
getFeatures()
Returns the array of data features in this group.
setDistanceType(distanceType)
Sets the type of distance calculation of this feature group.