[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eCreates a new Reducer that functions identically to the original but removes any weighted input considerations.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting Reducer uses the same input and output types as the original.\u003c/p\u003e\n"],["\u003cp\u003eAchieved by calling the \u003ccode\u003eunweighted()\u003c/code\u003e method on an existing Reducer object.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.unweighted\n\nReturns a Reducer with the same inputs and outputs as the given Reducer, but with no weighted inputs.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Reducer.unweighted`()` | Reducer |\n\n| Argument | Type | Details |\n|-----------------|---------|---------|\n| this: `reducer` | Reducer | |"]]