In the neo4j documentation, I saw that the node classification algorithm uses Logistic Regression as a classifier. How does it take node embeddings as a feature? Does it take it as a single feature or n (no. dimensions of embedding ) number of featur...