You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samoa.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/18 23:33:00 UTC

[jira] [Work logged] (SAMOA-72) New Boosting algorithm for VHT

     [ https://issues.apache.org/jira/browse/SAMOA-72?focusedWorklogId=345669&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-345669 ]

ASF GitHub Bot logged work on SAMOA-72:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Nov/19 23:32
            Start Date: 18/Nov/19 23:32
    Worklog Time Spent: 10m 
      Work Description: csterling commented on pull request #70: SAMOA-72 New Boosting algorithm for VHT
URL: https://github.com/apache/incubator-samoa/pull/70#discussion_r347663873
 
 

 ##########
 File path: samoa-api/src/main/java/org/apache/samoa/learners/classifiers/trees/LocalStatisticsProcessor.java
 ##########
 @@ -180,16 +208,16 @@ public Processor newProcessor(Processor p) {
    * 
    * @param computeStream
    */
-  void setComputationResultStream(Stream computeStream) {
+  public void setComputationResultStream(Stream computeStream) {
     this.computationResultStream = computeStream;
   }
 
   private AttributeClassObserver newNominalClassObserver() {
-    return (AttributeClassObserver) this.nominalClassObserver.copy();
+    return new NominalAttributeClassObserver(); //further investigate this change
   }
 
   private AttributeClassObserver newNumericClassObserver() {
-    return (AttributeClassObserver) this.numericClassObserver.copy();
+    return new GaussianNumericAttributeClassObserver();//further investigate this change
 
 Review comment:
   @fobeligi Can you please comment on why this change was necessary, and the implications of it?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 345669)
    Remaining Estimate: 0h
            Time Spent: 10m

> New Boosting algorithm for VHT
> ------------------------------
>
>                 Key: SAMOA-72
>                 URL: https://issues.apache.org/jira/browse/SAMOA-72
>             Project: SAMOA
>          Issue Type: New Feature
>          Components: SAMOA-API
>            Reporter: Gianmarco De Francisci Morales
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Integrate a new Boosting algorithm specialized for VHT.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)