Skip to content

Commit 7921e04

Browse files
author
GOEddieUK
committed
comments
1 parent a0356cc commit 7921e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/csharp/Microsoft.Spark/ML/Feature/FeatureHasher.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ public FeatureHasher SetCategoricalCols(IEnumerable<string> value) =>
6161
/// Gets the columns that the <see cref="FeatureHasher"/> should read from and convert into
6262
/// hashes. This would have been set by SetInputCol.
6363
/// </summary>
64-
/// <returns>string, the input column</returns>
64+
/// <returns>IEnumerable&lt;string&gt;, the input columns</returns>
6565
public IEnumerable<string> GetInputCols() => (string[])_jvmObject.Invoke("getInputCols");
6666

6767
/// <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
6969
/// hashes.
7070
/// </summary>
7171
/// <param name="value">The name of the column to as use the source of the hash</param>

0 commit comments

Comments
 (0)