ee.Array.lanczos
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Berechnet die Lanczos-Approximation der Eingabe elementweise.
Nutzung | Ausgabe |
---|
Array.lanczos() | Array |
Argument | Typ | Details |
---|
So gehts: input | Array | Das Eingabearray. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003elanczos\u003c/code\u003e method calculates the Lanczos approximation for each element of an array.\u003c/p\u003e\n"],["\u003cp\u003eThis method operates directly on the array and returns a new array containing the approximated values.\u003c/p\u003e\n"],["\u003cp\u003eThe input for the method is an array, and the output is also an array.\u003c/p\u003e\n"]]],[],null,["# ee.Array.lanczos\n\nOn an element-wise basis, computes the Lanczos approximation of the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------|---------|\n| Array.lanczos`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]