Skip to content

Commit

Permalink
Update h2o-algos/src/main/java/hex/schemas/HGLMModelV3.java
Browse files Browse the repository at this point in the history
Co-authored-by: Veronika Maurerová <[email protected]>
  • Loading branch information
wendycwong and maurever authored Oct 24, 2024
1 parent c9b0c6e commit acfe02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-algos/src/main/java/hex/schemas/HGLMModelV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static final class HGLMModelOutputV3 extends ModelOutputSchemaV3<HGLMMode
@API(help="Covariance Matrix for Random Effects (= Tj in section II.I of the doc")
public double[][] tmat;

@API(help="ratio of each random effect variance and (sum of all random effect variances plus the residual noise" +
@API(help="Ratio of each random effect variance and (sum of all random effect variances plus the residual noise" +
" variance).")
double[] icc;

Expand Down

0 comments on commit acfe02a

Please sign in to comment.