Uses of Class
sit.TargetSet

Uses of TargetSet in sit
 

Methods in sit that return TargetSet
 TargetSet Sit.search()
          Start the search for the optimal subset using the current learner and search algorithm
 TargetSet SearchAlgorithm.search(clus.data.type.ClusAttrType mainTarget, TargetSet candidates)
           
 TargetSet AllTargets.search(clus.data.type.ClusAttrType mainTarget, TargetSet candidates)
          This class will always return the full target candidates set.
 

Methods in sit with parameters of type TargetSet
 clus.data.rows.RowData AvgLearner.LearnModel(TargetSet targets)
           
 clus.data.rows.RowData MTLearner.LearnModel(TargetSet targets)
          Learns a model for the complete trainingset and returns predictions for the testset
 clus.data.rows.RowData MTLearner.LearnModel(TargetSet targets, int foldNr)
          Learns a model for fold foldNr and returns the predictions for the remaining data
 TargetSet SearchAlgorithm.search(clus.data.type.ClusAttrType mainTarget, TargetSet candidates)
           
 TargetSet AllTargets.search(clus.data.type.ClusAttrType mainTarget, TargetSet candidates)
          This class will always return the full target candidates set.
 

Constructors in sit with parameters of type TargetSet
TargetSet(TargetSet Other)