DataAnalysisSequentialPatterns

Description:

Sequential pattern analysis type.
Parameters:
  • MinSupport - the minimum sequence count in which the sequence pattern must be observed (Number);
  • FindInHierarchy - if it is necessary to execute the search by hierarchy (Boolean);
  • MinInterval - a flag that the minimum interval between observed events is set (Boolean);
  • MinIntervalUnit - a minimum interval unit (DataAnalysisTimeIntervalUnitType);
  • MinIntervalRepetition - minimum interval repetition (Number);
  • MaxInterval - a flag that maximum interval between observed events is set (Boolean);
  • MaxIntervalUnit - a maximum interval unit (DataAnalysisTimeIntervalUnitType);
  • MaxIntervalRepetition - the maximum interval repetition (Number);
  • TimeSliceWindow - a flag that time slice window between observed events is set (Boolean);
  • TimeSliceWindowUnit - a time slice window unit (DataAnalysisTimeIntervalUnitType);
  • TimeSliceWindowRepetition - the time slice window repetition (Number);
  • MinLength - the minimum length of sought sequences (Number);
  • Order - an order according to which sequences result must be returned.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community