Interface LinkFeatureAppender
-
public interface LinkFeatureAppenderResponsible for appending features given a specific graph. Instances should not be reused between different graphs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendFeatures(long source, long target, double[] linkFeatures, int offset)Adds additional features to linkFeatures
-