open fun methodCall(methodName: String, vararg arguments: Any?): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<T>
(source)
Uses coreFactory.newMethodCallFormatter to create a description of a method call with the given methodName and the given arguments.
Use withDescription in case the feature extraction is not based on a method call.