<P> A Feature Selection operator. This operator uses the stochastic correlation 
  measure to select a subset of <I>TheAttributes</I>. All of <I>TheAttributes</I> 
  must be present in <I>TheOutputConcept</I>. The parameter <I>Threshold</I> is 
  a real number between 0 and 1 (default is 0.7). <I>SampleSize</I> specifies 
  a maximum number of examples that are fed into the external algorithm. <BR>
  <BR>
<P>
PARAMETERDESCRIPTION
TheInputConcept:inherited
TheAttributes:&nbsp;
SampleSize:positive integer
Threshold:real between 0 and 1
TheOutputConcept:inherited
