DocBook|Search
Class Reference
%iKnow.Semantics.ProximityAPI
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%iKnow] >  [Semantics] >  [ProximityAPI]
Private  Storage  

class %iKnow.Semantics.ProximityAPI extends %RegisteredObject

Main class for retrieving proximity information sources.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2


Summary

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject GetClustersBySource GetProfileForEntity


Parameters

• parameter GetClustersBySourceRT = "entid:%Integer,entity:%String,score:%Numeric";

Returned column summary for GetClustersBySource.

• parameter GetProfileForEntityRT = "entId:%Integer,entity:%String,proximity:%Numeric";

Returned column summary for GetProfileForEntity.


Methods

• classmethod GetClustersBySource(Output result, domainid As %Integer, srcid As %Integer, page As %Integer = 1, pagesize As %Integer = 10) as %Status

Clusters a document to a set of proximity terms that best identify the documents content.

• classmethod GetProfileForEntity(Output result, domainid As %Integer, entId As %Integer, page As %Integer = 1, pagesize As %Integer = 10) as %Status

Returns the proximity profile for a specified entity.

The proximity profile are those elements that most likely occurr in close relationship to the provided entity within the sources in a domain.