RemoraConfiguration-class {frbf} | R Documentation |
Remora configuration class
Objects should not be created by the user, since they are for internal use only.
number_clusters
:"numeric"
, the number of clusters to use in the training part class_name
:"character"
, the name of the training data matrix class column weighting_function
:"character"
, the name of the weighting function to use in the classification process clustering_algorithm
:"character"
, the name of the weighting function to use in the classification process scale_variance
:"logical"
, specifies if the scale should be performed for the principal components analysis s
:"numeric"
, the initial s value to use to find the s value d
:"numeric"
, the d value to use to find the s value epsilon
:"numeric"
, the eta value for function, for thoese functions that require it niter
:"numeric"
, the maximum number of iterations to perform to find s niter_changes
:"numeric"
, the number of iteraction without changes that can occur perform_sum
:"logical"
, specifies if the sum should be applied or not verbose
:"logical"
, for development debug use only No methods defined with class "remoraConfiguration" in the signature.
No object of this class requires to be created since this is for frbf internal use only.
Fernando Martins
showClass("RemoraConfiguration")