995b4fdfc686c40b90b513f27c3c6646d3082a7d,Lib/sandbox/svm/tests/test_libsvm.py,,,#,33
Before Change
model.param = param
assert_equal(model.param.degree, 3)
if __name__ == "__main__":
NumpyTest().run()
After Change
import svm.libsvm as libsvm
restore_path()
class test_libsvm(NumpyTestCase):
def check_svm_node(self):
node = libsvm.svm_node()
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 6
Instances
Project Name: scipy/scipy
Commit Name: 995b4fdfc686c40b90b513f27c3c6646d3082a7d
Time: 2006-07-13
Author: fullung@localhost
File Name: Lib/sandbox/svm/tests/test_libsvm.py
Class Name:
Method Name:
Project Name: scipy/scipy
Commit Name: 995b4fdfc686c40b90b513f27c3c6646d3082a7d
Time: 2006-07-13
Author: fullung@localhost
File Name: Lib/sandbox/svm/tests/test_oneclass.py
Class Name:
Method Name:
Project Name: scipy/scipy
Commit Name: 995b4fdfc686c40b90b513f27c3c6646d3082a7d
Time: 2006-07-13
Author: fullung@localhost
File Name: Lib/sandbox/svm/tests/test_dataset.py
Class Name:
Method Name:
Project Name: scipy/scipy
Commit Name: 995b4fdfc686c40b90b513f27c3c6646d3082a7d
Time: 2006-07-13
Author: fullung@localhost
File Name: Lib/sandbox/svm/tests/test_classification.py
Class Name:
Method Name:
Project Name: scipy/scipy
Commit Name: 995b4fdfc686c40b90b513f27c3c6646d3082a7d
Time: 2006-07-13
Author: fullung@localhost
File Name: Lib/sandbox/svm/tests/test_kernel.py
Class Name:
Method Name:
Project Name: scipy/scipy
Commit Name: 995b4fdfc686c40b90b513f27c3c6646d3082a7d
Time: 2006-07-13
Author: fullung@localhost
File Name: Lib/sandbox/svm/tests/test_regression.py
Class Name:
Method Name: