Skip to content
New issue

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

fix the check for semi supervised case #76

Open
dimalvovs opened this issue Oct 5, 2023 · 0 comments
Open

fix the check for semi supervised case #76

dimalvovs opened this issue Oct 5, 2023 · 0 comments

Comments

@dimalvovs
Copy link
Contributor

Here is a comment left by someone in the code, let's treat it properly here.

# TODO: fix this check for semisupervised case
    #  if (sum(object@featureLoadings < 0) > 0 | sum(object@loadingStdDev < 0) > 0)
     #       "negative values in feature Matrix"
      #  if (sum(object@sampleFactors < 0) > 0 | sum(object@factorStdDev < 0) > 0)
       #     "negative values in sample Matrix"
@dimalvovs dimalvovs changed the title dangling feature promise fix the check for semi supervised case Oct 5, 2023
@dimalvovs dimalvovs mentioned this issue May 2, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant