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

Getting Higher-Order dependencies from VNF sequences in NFV #7

Open
ICarvalho opened this issue Mar 11, 2020 · 1 comment
Open

Getting Higher-Order dependencies from VNF sequences in NFV #7

ICarvalho opened this issue Mar 11, 2020 · 1 comment

Comments

@ICarvalho
Copy link

Hi,

I'm trying to get HOD from a dataset containing a sequences of VNFs (Virtual Network Functions), but when I give as input the data, no output is produces, like the rules.
Checking the examples provided in the code, I saw that you've tested HON using numbers, by my input dataset is like this:

service_id vnf_01 vnf_02 vnf_03 vnf_04 vnf_05 vnf_06 (header)

0 wanacc0 ecrpt0
1 fw0 fw0 ecrpt0 nat0 ids0
2 fw0 ids0 nat0 lb20
3 lb23 lb23 ids3
.
.
....
I consider variable-length sequences I aim to extract such dependencies among them in order to predict these sequences and use it for resource allocation.

Could you please give me a guide and how I could overcome this issues?

Best regards,

Igor.

@xyjprc
Copy link
Owner

xyjprc commented Mar 16, 2020

Hi @ICarvalho

Thank you for your interest. One simple way would be to create a dictionary to map your labels to distinct numbers, such as all wanacc0 to 0, ecrpt0 to 1, fw0 to 2, etc. This should solve your issue.

Best,
Jian

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

2 participants