Uses of Class
infomat.vectorspace.IObjectSet

Packages that use IObjectSet
infomat.algorithms   
infomat.vectorspace   
infomat.view.grouping   
infomat.view.grouping.settings   
 

Uses of IObjectSet in infomat.algorithms
 

Methods in infomat.algorithms with parameters of type IObjectSet
 IObjectGrouping RelativeClusterer.cluster(IMatrix matrix, IObjectSet ioset)
           
 IObjectGrouping RandomClusterer.cluster(IMatrix matrix, IObjectSet set)
           
 IObjectGrouping KMeans.cluster(IMatrix matrix, IObjectSet ioset)
           
abstract  IObjectGrouping GroupingAlgorithm.cluster(IMatrix matrix, IObjectSet set)
           
 

Uses of IObjectSet in infomat.vectorspace
 

Methods in infomat.vectorspace that return IObjectSet
 IObjectSet IMatrix.getColumnIObjectSet()
          Returns the "column" IObjectSet.
 IObjectSet IMatrix.getRowIObjectSet()
          Returns the "row" IObjectSet.
 

Methods in infomat.vectorspace with parameters of type IObjectSet
static IObjectGrouping Sorter.makeWeightGroupingRelativeGroupingOfOtherSet(IObjectSet set, IObjectGrouping grouping, IMatrix matrix)
           
 

Uses of IObjectSet in infomat.view.grouping
 

Methods in infomat.view.grouping with parameters of type IObjectSet
 void GroupingSelectionPanel.makeComboBox(IObjectSet ios)
           
 

Uses of IObjectSet in infomat.view.grouping.settings
 

Constructors in infomat.view.grouping.settings with parameters of type IObjectSet
GroupingSettingsPanel(InfomatModel model, InfomatView view, IObjectSet ios, boolean rowPanel, boolean colorPanel)