Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. documentclass[]{article}
  2. usepackage{tabularx}
  3. newcolumntype{h}{>{hsize=.5hsize}X} % half width of X
  4.  
  5. begin{document}
  6.  
  7.  
  8. begin{table}
  9. begin{tabularx}{linewidth}{ h | X | X }
  10. hline
  11. Ontologies &
  12. Details &
  13. Limitations\
  14. hline
  15.  
  16. textbf{ccsla}, textbf{ccpricing}, textbf{ccinstances}, textbf{ccregions},textbf{dmcc-schema}, textbf{ccdm}.
  17. &
  18. Features:
  19. SLA, Price, VM instance feature and Region, Vendor. Data mining experiments parameters.
  20. newlinenewline
  21. Availability:
  22. Schemas and data are online. Each schema has one or two examples modelling Services from Amazon. One exception is textbf{ccdm} which has 6 examples of different ML experiments.
  23. &
  24. textbf{ccpricing} can not handle the complexity of most common price options, like cost of OS to be installed on the VM, network data transfer cost differed by destination and usage, snapshot storage costs and etc. textbf{ccinstances} does not allow unit to be specified in data, has to be fixed for each property.
  25. \
  26. hline
  27. end{tabularx}
  28. caption{Ontologies Comparison}
  29. label{table:OntologiesComparison}
  30. end{table}
  31.  
  32. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement