Skip to content

Commit

Permalink
adding support for parameter inheritance and multipe parameter classes
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlimb committed Jan 22, 2019
1 parent 5b5d1a7 commit 1c7e737
Show file tree
Hide file tree
Showing 95 changed files with 356 additions and 370 deletions.
2 changes: 1 addition & 1 deletion examples/adaboost_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/adagrad_mse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/association_rules_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/bacon_outlier_batch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/brownboost_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/cholesky_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/correlation_distance_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/cosine_distance_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/covariance_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/covariance_streaming.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_forest_classification_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_forest_classification_traverse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_forest_regression_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_forest_regression_traverse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_tree_classification_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_tree_classification_traverse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_tree_regression_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/decision_tree_regression_traverse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/distributions_bernoulli_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/distributions_normal_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/distributions_uniform_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/em_gmm_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/gradient_boosted_classification_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/gradient_boosted_classification_traverse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/gradient_boosted_regression_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/gradient_boosted_regression_traverse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/implicit_als_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/kdtree_knn_classification_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/kmeans_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/kmeans_spmd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/lbfgs_cr_entr_loss_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/lbfgs_mse_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/linear_regression_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/linear_regression_spmd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/linear_regression_streaming.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/log_reg_binary_dense_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/log_reg_binary_dense_spmd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/log_reg_dense_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/logitboost_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/low_order_moms_dense_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/low_order_moms_streaming.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/math_abs_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/math_logistic_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/math_relu_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/math_smoothrelu_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/math_softmax_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/math_tanh_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/multivariate_outlier_batch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/naive_bayes_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/naive_bayes_spmd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/naive_bayes_streaming.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/normalization_minmax_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/normalization_zscore_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/pca_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/pca_spmd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
2 changes: 1 addition & 1 deletion examples/pca_transform_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright 2014-2018 Intel Corporation
# Copyright 2014-2019 Intel Corporation
# All Rights Reserved.
#
# This software is licensed under the Apache License, Version 2.0 (the
Expand Down
Loading

0 comments on commit 1c7e737

Please sign in to comment.