Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 4.0.0
-
Component/s: Framework Core
-
Labels:None
Description
It would be good to think how we should represent in the Cluster class information about:
1. cluster score (this is the easy one – just put it in attribute)
2. scores of cluster's phrases (should we have: a) a separate map keyed by phrases, b) a separate structure grouping together phrases and any attributes they may have, c) somehow put this information in the cluster's attribute map)
3. scores of cluster's documents, e.g. the strengths of document-cluster relationships (here we have pretty much the same options as in 2.)
The 3.4.0 release will concentrate on a native C# API.