Does anyone know how can i fuzzify my data that contains these possible variables that can be fuzzified

For single drug

  • :
  • :
  • :
  • :
  • :
  • For Compound Drug XML:

  • :
  • :
  • :
  • :
  • :
  • :
  • :
  • The problem is apart from dose no other variable has numerical values; all are descriptive.

    The data is in xml form integrated in python and with neo4j to make relations among them.

    my job is to fuzzify it for easy querying and then integrate it with neo4j

    Similar questions and discussions