File tree 1 file changed +2
-2
lines changed
src/csharp/Microsoft.Spark/ML/Feature
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ public FeatureHasher SetCategoricalCols(IEnumerable<string> value) =>
61
61
/// Gets the columns that the <see cref="FeatureHasher"/> should read from and convert into
62
62
/// hashes. This would have been set by SetInputCol.
63
63
/// </summary>
64
- /// <returns>string, the input column </returns>
64
+ /// <returns>IEnumerable< string> , the input columns </returns>
65
65
public IEnumerable < string > GetInputCols ( ) => ( string [ ] ) _jvmObject . Invoke ( "getInputCols" ) ;
66
66
67
67
/// <summary>
68
- /// Sets the column that the <see cref="FeatureHasher"/> should read from and convert into
68
+ /// Sets the columns that the <see cref="FeatureHasher"/> should read from and convert into
69
69
/// hashes.
70
70
/// </summary>
71
71
/// <param name="value">The name of the column to as use the source of the hash</param>
You can’t perform that action at this time.
0 commit comments