You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samoa.apache.org by gdfm <gi...@git.apache.org> on 2016/04/03 09:46:02 UTC

[GitHub] incubator-samoa pull request: Patch for SAMOA-58 (Samoa AvroFileSt...

Github user gdfm commented on a diff in the pull request:

    https://github.com/apache/incubator-samoa/pull/48#discussion_r58305863
  
    --- Diff: samoa-api/src/main/java/org/apache/samoa/streams/FileStream.java ---
    @@ -52,9 +49,18 @@
           's', "Source Type (HDFS, local FS)", FileStreamSource.class,
           "LocalFileStreamSource");
     
    +  public IntOption classIndexOption = new IntOption("classIndex", 'c',
    +          "Class index of data. 0 for none or -1 for last attribute in file.", -1, -1, Integer.MAX_VALUE);
    +
    +  private FloatOption floatOption = new FloatOption("classWeight", 'w', "", 1.0);
    --- End diff --
    
    Would instance weights work in this case?
    Could you summarize the difference between class weights and instance weights?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---