We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
函数 def normalize(slice, bottom=99, down=1): 能解释一下99和1这两个取值的含义吗?
Thanks!
The text was updated successfully, but these errors were encountered:
函数 def normalize(slice, bottom=99, down=1): 能解释一下99和1这两个取值的含义吗? Thanks!
你好,你可以看一下使用这个变量的地方,我记得是用来处理异常值的。
Sorry, something went wrong.
相当于“去掉最高分和去掉最低分”:)
No branches or pull requests
函数 def normalize(slice, bottom=99, down=1):
能解释一下99和1这两个取值的含义吗?
Thanks!
The text was updated successfully, but these errors were encountered: