You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Arguments.createArgumentsFromJSON and tests (#1313)
Remove the static createArgumentsFromJSON method from the Arguments class and clean up related references. The method implementation was deleted from python/zingg/client.py, docs references were removed from docs/pythonOss/markdown/_autosummary/zingg.client.Arguments.md and python/docs/_autosummary/zingg.client.Arguments.rst, and the corresponding unit test (test_createArgumentsFromJSON) was removed from test/testFebrl/testArgs.py.
|[`createArgumentsFromJSON`](#zingg.client.Arguments.createArgumentsFromJSON)| Method to create an object of this class from the JSON file and phase parameter value. |
22
-
|`createArgumentsFromJSONString`||
23
20
|[`getArgs`](#zingg.client.Arguments.getArgs)| Method to get pointer address of this class |
24
21
|`getModelId`||
25
22
|`getZinggBaseModelDir`||
@@ -38,22 +35,8 @@ This class helps supply match arguments to Zingg. There are 3 basic steps in any
38
35
|[`setStopWordsCutoff`](#zingg.client.Arguments.setStopWordsCutoff)| Method to set stopWordsCutoff parameter value By default, Zingg extracts 10% of the high frequency unique words from a dataset. |
39
36
|[`setTrainingSamples`](#zingg.client.Arguments.setTrainingSamples)| Method to set existing training samples to be matched. |
40
37
|[`setZinggDir`](#zingg.client.Arguments.setZinggDir)| Method to set the location for Zingg to save its internal computations and models. |
41
-
|[`writeArgumentsToJSON`](#zingg.client.Arguments.writeArgumentsToJSON)| Method to write JSON file from the object of this class |
42
-
|[`writeArgumentsToJSONString`](#zingg.client.Arguments.writeArgumentsToJSONString)| Method to create an object of this class from the JSON file and phase parameter value. |
0 commit comments