All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.IterationResult.html Maven / Gradle / Ivy







IterationResult (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class IterationResult

    • Constructor Detail

      • IterationResult

        public IterationResult()
    • Method Detail

      • getArimaResult

        public ArimaResult getArimaResult()
        Arima result.
        Returns:
        value or null for none
      • setArimaResult

        public IterationResult setArimaResult(ArimaResult arimaResult)
        Arima result.
        Parameters:
        arimaResult - arimaResult or null for none
      • getClusterInfos

        public List<ClusterInfo> getClusterInfos()
        Information about top clusters for clustering models.
        Returns:
        value or null for none
      • setClusterInfos

        public IterationResult setClusterInfos(List<ClusterInfo> clusterInfos)
        Information about top clusters for clustering models.
        Parameters:
        clusterInfos - clusterInfos or null for none
      • getDurationMs

        public Long getDurationMs()
        Time taken to run the iteration in milliseconds.
        Returns:
        value or null for none
      • setDurationMs

        public IterationResult setDurationMs(Long durationMs)
        Time taken to run the iteration in milliseconds.
        Parameters:
        durationMs - durationMs or null for none
      • getEvalLoss

        public Double getEvalLoss()
        Loss computed on the eval data at the end of iteration.
        Returns:
        value or null for none
      • setEvalLoss

        public IterationResult setEvalLoss(Double evalLoss)
        Loss computed on the eval data at the end of iteration.
        Parameters:
        evalLoss - evalLoss or null for none
      • getIndex

        public Integer getIndex()
        Index of the iteration, 0 based.
        Returns:
        value or null for none
      • setIndex

        public IterationResult setIndex(Integer index)
        Index of the iteration, 0 based.
        Parameters:
        index - index or null for none
      • getLearnRate

        public Double getLearnRate()
        Learn rate used for this iteration.
        Returns:
        value or null for none
      • setLearnRate

        public IterationResult setLearnRate(Double learnRate)
        Learn rate used for this iteration.
        Parameters:
        learnRate - learnRate or null for none
      • getPrincipalComponentInfos

        public List<PrincipalComponentInfo> getPrincipalComponentInfos()
        The information of the principal components.
        Returns:
        value or null for none
      • setPrincipalComponentInfos

        public IterationResult setPrincipalComponentInfos(List<PrincipalComponentInfo> principalComponentInfos)
        The information of the principal components.
        Parameters:
        principalComponentInfos - principalComponentInfos or null for none
      • getTrainingLoss

        public Double getTrainingLoss()
        Loss computed on the training data at the end of iteration.
        Returns:
        value or null for none
      • setTrainingLoss

        public IterationResult setTrainingLoss(Double trainingLoss)
        Loss computed on the training data at the end of iteration.
        Parameters:
        trainingLoss - trainingLoss or null for none
      • clone

        public IterationResult clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy