예제 #1
0
 /// <summary>
 /// Set the search method. This search method is used during the attribute
 /// selection phase before the classifier is invoked.
 /// </summary>
 public AttributeSelectedClassifier Search(AttrSel.Algs.BaseAttributeSelectionAlgorithm <weka.attributeSelection.ASSearch> search)
 {
     Impl.setSearch(search.Impl);
     return(this);
 }
예제 #2
0
 /// <summary>
 /// The search method used to find good attribute combinations for the
 /// decision table.
 /// </summary>
 public DecisionTable Search(AttrSel.Algs.BaseAttributeSelectionAlgorithm <weka.attributeSelection.ASSearch> search)
 {
     Impl.setSearch(search.Impl);
     return(this);
 }