1.3.8.4. Configuration of the semi-automatic classification process

  1. The PARTapplicationServer must be configured and started with the PartWareHouse service. For this purpose, the value PartWareHouseServicemust be added to the key Service in pappserver.cfg (%CADENAS_SETUP%).

    Services=all,AnalysisService,PartWareHouseService

    Services=all,AnalysisService,PartWareHouseService

    If you work locally, start the PARTapplicationServer from a console with parameter "-e".

  2. Further initial configuration of the classification process takes place at classing.cfg(%CADENAS_SETUP%):

    classing.cfg (%CADENAS_SETUP%)

    classing.cfg (%CADENAS_SETUP%)

    • Block [GeneralSettings]

      • SaveFolder = $PW_WORKING_DIR

        Storage location for training sets and classification results. If the string is empty, _USER is saved in $CADENAS.

    • Block [ClassingService]

      • Name = GeoSearchClassing

        Determination of the search method for classification. The default is the geo search.

    • Block [GeneralClassingConfiguration]

      • ClassTrainingSetItems = Yes

        Setting whether the parts used as a training set are also classified: Yes or No.

      • MaxDistanceTreshold = 0.5

        Minimum similarity for a classification suggestion to be made. The best search result is always suggested and not an average value.

      • ProjectName =

        If no classification proposal is available, the projects are moved to this project / or proposed for it. To be clarified on a consulting-specific basis. To be specified like a class name.

    • Block [GeoClassingConfiguration]

      • MaxSearchResults = 20

        Setting the maximum number of results to be used for a class proposal. The system generally searches for results and checks whether there is a suitable training set. If the value is set too low, mappings may not be created.

    • Block [StorageService]

      • Name = SimpleFileStorage

        All class proposals that are not yet "approved" are saved temporarily.

    • Block [GeneralStorageConfiguration]

      • AutoSaveOption = Yes

        Setting whether changes to the training sets or the results of the classification runs should be saved directly.