You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* introduce IUnsupervisedLearningWithWeights
* add test to check KMeans don't need label and can handle presence of weight column.
also extract real weight value from cursor.
[Argument(ArgumentType.AtMostOnce,HelpText="Column to use for example weight",ShortName="weight",SortOrder=4,Visibility=ArgumentAttribute.VisibilityType.EntryPointsOnly)]
[Argument(ArgumentType.AtMostOnce,HelpText="The number of components in the PCA",ShortName="k",SortOrder=50)]
55
55
[TGUI(SuggestedSweeps="10,20,40,80")]
@@ -67,9 +67,6 @@ public class Arguments : LearnerInputBase
67
67
68
68
[Argument(ArgumentType.AtMostOnce,HelpText="The seed for random number generation",ShortName="seed")]
69
69
publicint?Seed;
70
-
71
-
[Argument(ArgumentType.AtMostOnce,HelpText="Column to use for example weight",ShortName="weight",SortOrder=4,Visibility=ArgumentAttribute.VisibilityType.EntryPointsOnly)]
0 commit comments