@@ -265,4 +266,66 @@ public class ExplainerService {
}
@Operation(summary="Get local explanation for fuzzy algorithms",description="Get an explanation about a specific classification for fuzzy algorithms",responses={
@ApiResponse(responseCode="500",description="Error building explanation",content=@Content(mediaType="application/json",schema=@Schema(implementation=SimpleMessage.class))
),
@ApiResponse(responseCode="404",description="Classifier not found",content=@Content(mediaType="application/json",schema=@Schema(implementation=SimpleMessage.class))