GET api/config/current?token={token}
Returns the full configuration object by a given token, or the defaults as a fallback
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ConfigTsExchangerName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
UserAccountId | string |
None. |
|
SimilarityConfiguration | SimilarityConfiguration |
None. |
|
GeneralDataStructureConfig | GeneralDataStructureConfig |
None. |
|
GraphVisualizationConfig | GraphVisualizationConfig |
None. |
|
StructureAdapterWithDataProvider | string |
None. |
|
Options | Collection of string |
None. |
|
UserConfiguration | UserConfiguration |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Name": "sample string 2", "UserAccountId": "sample string 3", "SimilarityConfiguration": { "BoWVocabularySize": 1, "BoWUseApproximateCentroidSearch": true, "VLADVocabularySize": 3, "VLADPowerNormalizationAlpha": 4.1, "VLADUseResidualNormalization": true, "NormalizeBagOfFeaturesVectors": true, "ClusterringMaxIterations": 7, "ImageFeatureExtractor": { "Value": "SiftExtractor", "ValueOptions": [ "SiftExtractor", "SurfExtractor", "PixelGridExtractionAdapter" ] }, "SignatureExtractor": { "Value": "PixelGridExtraction", "ValueOptions": [ "PixelGridExtraction", "PctSignatureExtractor" ] }, "VectorModifier": { "Value": "VectorKeeper", "ValueOptions": [ "VectorKeeper", "L1VectorNormalizer", "L2VectorNormalizer", "RootVectorCreator" ] }, "SurfExtractionHessianThreshold": 8.1, "SurfExtractionUseExtendedDescriptorSize": true, "SiftMaximumNumberOfFeaturesInImage": 10, "SiftContractThreshold": 11.1, "SiftEdgeThreshold": 12.1, "PctExtractionParameters": { "XYPoints": [ { "IsEmpty": false, "X": 1.1, "Y": 2.1 }, { "IsEmpty": false, "X": 1.1, "Y": 2.1 } ], "XYSeedPoints": [ { "IsEmpty": false, "X": 1.1, "Y": 2.1 }, { "IsEmpty": false, "X": 1.1, "Y": 2.1 } ], "NumberOfSamplePoints": 1, "NumberOfSeeds": 2, "GeneratePointsWithNormalDistribution": true, "NormalDistributionSigma": 4.1, "OptimizeKMeans": true, "IterationCount": 6, "MinSquareDistance": 7.1, "MinWeight": 8.1, "TextureRadius": 9, "XYMult": 10.1, "LabMult": 11.1 } }, "GeneralDataStructureConfig": { "ExplorationStructure": { "Value": "FeedbackDriven", "ValueOptions": [ "FeedbackDriven", "MIndexKnn", "MIndexTraversing", "PmTreeKnn", "PmTreeTraversing", "PmTreeTraversingUsingDC", "PmTreePseudoKnn", "SequantialKnn", "StaticMTree", "PivotTable", "PivotTableRangeMultiquery", "PivotTableKnnMultiqueryUsingDC", "PivotTableKnnMultiquery", "MultiLayerIndexKnn", "MultiLayerIndexTwoLayersKnn", "MultiLayerIndexThreeLayersKnn" ] }, "ImagesPerQuery": 1, "PivotCount": 3 }, "GraphVisualizationConfig": { "ComputeNodesPositions": true, "VisualizationDimension": { "Value": "Dimension2D", "ValueOptions": [ "Dimension2D", "Dimension3D" ] }, "K": 2.1, "Step": 3.1, "StepResizeCoef": 4.1, "DistanceCoef": 5.1, "GravityStrength": 6.1, "UseBarnesHut": true, "CoarseGraph": true, "EdgeCutting": true, "KnnEdgeCutting": 10, "MaxRunningTime": 11 }, "StructureAdapterWithDataProvider": "sample string 4", "Options": [ "BingWithFeatureSignatures", "FaceBookFeatureSignatures", "BingBoW", "BingVlad", "FaceBookVlad", "FaceBookBow", "Colors", "SecondColors", "FoodNutritients", "ProfimediaWithFeatureSignatures", "ProfimediaBagOfWords", "ProfimediaVlad", "ProfimediaDecaf", "SiretImages", "SiretImagesDecaf" ], "UserConfiguration": { "Token": "sample string 1", "Name": "sample string 2" } }