Model-specific parameter class. Each model sub-class contains an instance of one of these containing its builder parameters, with model-specific parameters. E.g. KMeansModel extends Model & has a KMeansParameters extending Model.Parameters; sample parameters include K, whether or not to normalize, max iterations and the initial random seed.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.