MANIFEST.in
README.md
TODO.rst
requirements.txt
setup.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/installation.rst
doc/intro.rst
doc/references.rst
doc/_static/bootstrap.min.css
doc/_static/pystruct.css
doc/_templates/class.rst
doc/_templates/class_with_call.rst
doc/_templates/function.rst
doc/_templates/layout.html
doc/images/no_image.png
doc/sphinxext/LICENSE.txt
doc/sphinxext/MANIFEST.in
doc/sphinxext/README.txt
doc/sphinxext/gen_rst.py
doc/sphinxext/numpy_ext/__init__.py
doc/sphinxext/numpy_ext/docscrape.py
doc/sphinxext/numpy_ext/docscrape_sphinx.py
doc/sphinxext/numpy_ext/numpydoc.py
examples/README.txt
examples/image_segmentation.py
examples/multi_class_svm.py
examples/multi_label.py
examples/multiclass_comparision_svm_struct.py
examples/plot_binary_svm.py
examples/plot_directional_grid.py
examples/plot_exact_learning.py
examples/plot_grid_crf.py
examples/plot_latent_crf.py
examples/plot_latent_node.py
examples/plot_latent_svm_as_crf.py
examples/plot_letters.py
examples/plot_objective_curve.py
examples/plot_potts_model.py
examples/plot_snakes.py
examples/plot_svm_objectives.py
examples/svm_as_crf.py
pystruct/__init__.py
pystruct/plot_learning.py
pystruct.egg-info/PKG-INFO
pystruct.egg-info/SOURCES.txt
pystruct.egg-info/dependency_links.txt
pystruct.egg-info/requires.txt
pystruct.egg-info/top_level.txt
pystruct/datasets/__init__.py
pystruct/datasets/dataset_loaders.py
pystruct/datasets/letters.pickle
pystruct/datasets/scene.pickle
pystruct/datasets/snakes.pickle
pystruct/datasets/synthetic_grids.py
pystruct/inference/__init__.py
pystruct/inference/_viterbi.c
pystruct/inference/common.py
pystruct/inference/inference_methods.py
pystruct/inference/linear_programming.py
pystruct/inference/maxprod.py
pystruct/learners/__init__.py
pystruct/learners/downhill_simplex_ssvm.py
pystruct/learners/frankwolfe_ssvm.py
pystruct/learners/latent_structured_svm.py
pystruct/learners/n_slack_ssvm.py
pystruct/learners/one_slack_ssvm.py
pystruct/learners/ssvm.py
pystruct/learners/structured_perceptron.py
pystruct/learners/subgradient_latent_ssvm.py
pystruct/learners/subgradient_ssvm.py
pystruct/learners/svm.py
pystruct/models/__init__.py
pystruct/models/base.py
pystruct/models/chain_crf.py
pystruct/models/crf.py
pystruct/models/edge_feature_graph_crf.py
pystruct/models/graph_crf.py
pystruct/models/grid_crf.py
pystruct/models/latent_graph_crf.py
pystruct/models/latent_grid_crf.py
pystruct/models/latent_node_crf.py
pystruct/models/multilabel_svm.py
pystruct/models/setup.py
pystruct/models/unstructured_svm.py
pystruct/tests/__init__.py
pystruct/tests/test_datasets.py
pystruct/tests/test_libraries.py
pystruct/tests/test_inference/__init__.py
pystruct/tests/test_inference/test_exact_inference.py
pystruct/tests/test_inference/test_maxprod.py
pystruct/tests/test_learners/__init__.py
pystruct/tests/test_learners/test_binary_svm.py
pystruct/tests/test_learners/test_crammer_singer_svm.py
pystruct/tests/test_learners/test_edge_feature_graph_learning.py
pystruct/tests/test_learners/test_frankwolfe_svm.py
pystruct/tests/test_learners/test_graph_svm.py
pystruct/tests/test_learners/test_latent_node_crf_learning.py
pystruct/tests/test_learners/test_latent_svm.py
pystruct/tests/test_learners/test_n_slack_ssvm.py
pystruct/tests/test_learners/test_one_slack_ssvm.py
pystruct/tests/test_learners/test_perceptron.py
pystruct/tests/test_learners/test_primal_dual.py
pystruct/tests/test_learners/test_structured_perceptron.py
pystruct/tests/test_learners/test_subgradient_latent_svm.py
pystruct/tests/test_learners/test_subgradient_svm.py
pystruct/tests/test_models/__init__.py
pystruct/tests/test_models/test_chain_crf.py
pystruct/tests/test_models/test_directional_crf.py
pystruct/tests/test_models/test_edge_feature_graph_crf.py
pystruct/tests/test_models/test_graph_crf.py
pystruct/tests/test_models/test_grid_crf.py
pystruct/tests/test_models/test_latent_crf.py
pystruct/tests/test_models/test_latent_node_crf.py
pystruct/tests/test_models/test_multilabel_problem.py
pystruct/tests/test_utils/__init__.py
pystruct/tests/test_utils/test_utils_inference.py
pystruct/utils/__init__.py
pystruct/utils/graph.py
pystruct/utils/graph_functions.py
pystruct/utils/inference.py
pystruct/utils/logging.py
pystruct/utils/plotting.py
src/utils.c