Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove @BeanProperty
  • Loading branch information
Yuewei Na authored and Yuewei Na committed Jun 17, 2016
commit fe3819c3434d41c20e4625d81ca3da8977bdc67e
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Strategy @Since("1.3.0") (
@Since("1.2.0") @BeanProperty var subsamplingRate: Double = 1,
@Since("1.2.0") @BeanProperty var useNodeIdCache: Boolean = false,
@Since("1.2.0") @BeanProperty var checkpointInterval: Int = 10,
@Since("2.0.0") @BeanProperty var classWeights: Array[Double] = Array(1, 1))
@Since("2.0.0") var classWeights: Array[Int] = Array(1, 1))
extends Serializable {

/**
Expand Down