I have found the following code in learning\inference.py:
from classification.model import PrimitivesClassifier, FlingToFoldClassifier
However, I can not find any implementation of PrimitivesClassifier in the project . Could you please provide the missing code for PrimitivesClassifier?
Thank you very much!
I have found the following code in
learning\inference.py:from classification.model import PrimitivesClassifier, FlingToFoldClassifierHowever, I can not find any implementation of
PrimitivesClassifierin the project . Could you please provide the missing code forPrimitivesClassifier?Thank you very much!